:root{--bg-1:#d6dde5;--bg-2:#c6d2dd;--bg-3:#e4ebf1;--ink:#1f2c35;--ink-soft:#405260;--ink-muted:#5a6b78;--accent:#3e6b86;--accent-strong:#294a5f;--accent-soft:#6e94aa;--card:#ffffffb3;--card-strong:#ffffffe6;--stroke:#3e6b8633;--stroke-strong:#3e6b8659;--shadow-1:0 10px 30px #1827341f;--shadow-2:0 28px 70px #1827342e;--success:#2f9b6f;--warning:#c07a2b;--error:#b45858;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--radius-sm:10px;--font-body:"IBM Plex Sans",system-ui,sans-serif;--font-display:"IBM Plex Serif",Georgia,serif;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}html{height:100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--ink);background:radial-gradient(circle at 10% 20%,#f1f5f9 0%,transparent 55%),radial-gradient(circle at 90% 10%,#6e94aa4d 0%,transparent 50%),linear-gradient(135deg,var(--bg-1)0%,var(--bg-2)45%,var(--bg-3)100%);max-width:100%;height:100%;min-height:100vh;overflow-x:hidden}body:before,body:after{content:"";pointer-events:none;z-index:0;position:fixed;inset:0}body:before{opacity:.7;background:radial-gradient(circle at 20% 80%,#3e6b8633 0%,#0000 45%),radial-gradient(circle at 80% 70%,#294a5f33 0%,#0000 50%)}body:after{mix-blend-mode:soft-light;background-image:linear-gradient(#0000 0%,#fff3 100%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}.app-shell{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.chat-shell{height:100dvh;min-height:100dvh;overflow:hidden}.topbar{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--stroke);background:linear-gradient(120deg,#ffffffbf,#ffffff8c);position:sticky;top:0}.topbar-inner{justify-content:flex-start;align-items:center;gap:1.5rem;min-width:0;padding:1rem 2.5rem;display:flex}.menu-toggle{border:1px solid var(--stroke);cursor:pointer;background:#ffffffb3;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;gap:6px;width:42px;height:42px;padding:0 10px;transition:all .2s;display:flex}.menu-toggle span{background:var(--accent-strong);border-radius:999px;width:100%;height:2px;transition:transform .2s,opacity .2s}.menu-toggle:hover{border-color:var(--stroke-strong);transform:translateY(-1px)}.menu-toggle.active span:first-child{transform:translateY(6px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.brand-block{flex-direction:column;gap:.25rem;min-width:0;display:flex}.brand-title{font-family:var(--font-display);letter-spacing:.02em;align-items:center;gap:.75rem;font-size:1.35rem;font-weight:600;display:flex}.brand-title span{font-size:1.6rem}.brand-subtitle{color:var(--ink-muted);font-size:.85rem}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;min-width:0;margin-left:auto;display:flex}.nav-pill{color:var(--ink-soft);white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.nav-pill:hover{border-color:var(--stroke-strong);background:#fff9}.nav-pill.active{background:var(--accent);color:#fff;border-color:#0000}.status-pill{color:var(--ink-soft);border:1px solid var(--stroke);white-space:nowrap;background:#fff9;border-radius:999px;align-items:center;gap:.5rem;min-width:0;max-width:100%;padding:.4rem .8rem;font-size:.8rem;font-weight:500;display:inline-flex}.status-dot{background:var(--success);border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #2f9b6f99}.status-dot.warning{background:var(--warning);box-shadow:0 0 10px #c07a2b99}.status-dot.error{background:var(--error);box-shadow:0 0 10px #b4585899}.app-body{padding:2rem 2.5rem calc(2.5rem + var(--safe-bottom));flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.chat-app-body{padding:1rem 1.5rem calc(1rem + var(--safe-bottom));min-height:0;overflow:hidden}.side-rail{color:#eaf1f6;border-radius:var(--radius-xl);box-shadow:var(--shadow-2);background:#294a5feb;flex-direction:column;gap:1.25rem;width:280px;height:calc(100vh - 120px);min-height:520px;max-height:760px;padding:1.5rem;display:flex;overflow-y:auto}.side-rail.drawer{z-index:60;will-change:transform;transition:transform .25s;position:fixed;top:90px;left:24px;transform:translate(-120%)}.side-rail.drawer.open{transform:translate(0)}.sidebar-overlay{opacity:0;pointer-events:none;z-index:55;background:#121c2459;transition:opacity .2s;position:fixed;inset:0}.sidebar-overlay.active{opacity:1;pointer-events:auto}.mobile-sheet-overlay{opacity:0;pointer-events:none;z-index:58;background:0 0;transition:opacity .2s;position:fixed;inset:0}.mobile-sheet-overlay.active{opacity:0;pointer-events:none}.rail-title{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#ffffffb3;font-size:1.1rem;font-weight:600}.rail-item{border-radius:var(--radius-md);color:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;flex-direction:column;gap:.35rem;padding:.9rem 1rem;transition:all .2s;display:flex}.rail-item span:first-child{font-size:1.2rem}.rail-item strong{font-size:.95rem;font-weight:600}.rail-item small{color:#ffffffb3;font-size:.75rem}.rail-item:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-1px)}.rail-item.active{background:#fff3;border-color:#ffffff59}.rail-footer{color:#ffffffbf;flex-direction:column;gap:.75rem;margin-top:auto;font-size:.8rem;display:flex}.rail-footer strong{color:#fff;font-size:.95rem}.chat-panel{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius-xl);box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;flex:1;gap:1rem;width:min(100%,980px);min-width:0;height:100%;min-height:0;max-height:100%;margin:0 auto;padding:1.25rem;display:flex;position:relative;overflow:hidden}.chat-header{flex-direction:column;gap:.75rem;display:flex}.chat-title{justify-content:space-between;align-items:center;gap:1rem;display:flex}.chat-title h2{font-family:var(--font-display);font-size:1.45rem;font-weight:600}.chat-title span{font-size:1.4rem}.chat-meta{color:var(--ink-muted);flex-wrap:wrap;gap:.75rem;font-size:.9rem;display:flex}.control-chip{border:1px solid var(--stroke);background:#fff9;border-radius:999px;align-items:center;gap:.5rem;min-width:0;padding:.35rem .75rem;display:flex}.control-chip select{color:var(--ink);cursor:pointer;background:0 0;border:none;font-weight:500}.message-stack-shell{flex:1;min-height:0;position:relative}.message-stack,.message-stack-placeholder{min-width:0;height:100%}.message-stack{flex-direction:column;gap:1rem;padding-right:.5rem;display:flex;position:relative;overflow-y:auto}.message-stack::-webkit-scrollbar{width:6px}.message-stack::-webkit-scrollbar-thumb{background:#3e6b8659;border-radius:999px}.message-stack-placeholder{justify-content:center;align-items:center;display:flex}.history-loader{color:var(--ink-muted);background:#ffffffa3;border:1px solid #3e6b862e;border-radius:14px;justify-content:center;align-items:center;padding:.85rem 1rem;font-size:.9rem;display:inline-flex}.history-loader-inline{width:100%;margin-bottom:.5rem}.scroll-to-bottom-btn{background:var(--accent);color:#fff;width:3rem;height:3rem;box-shadow:var(--shadow-1);cursor:pointer;z-index:40;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:all .2s;display:flex;position:absolute;bottom:8rem;right:2rem}.scroll-to-bottom-btn:hover{background:var(--accent-strong);box-shadow:var(--shadow-2);transform:translateY(-2px)}.scroll-to-bottom-btn:active{transform:translateY(0)}.message-card{border-radius:var(--radius-lg);background:var(--card-strong);border:1px solid var(--stroke);min-width:0;max-width:100%;padding:1rem 1.2rem;animation:.3s rise;position:relative;box-shadow:0 10px 30px #18273414}.message-card.user{background:#3e6b862e;border-color:#3e6b8659;align-self:flex-end}.message-card.assistant{align-self:flex-start}.message-content{color:var(--ink-soft);overflow-wrap:anywhere;font-size:.95rem;line-height:1.7}.message-content img{opacity:0;border:1px solid #294a5f1f;border-radius:14px;width:100%;max-width:50%;height:auto;transition:opacity .3s ease-in-out;display:block}.message-content img[src]{opacity:1}@media (max-width:640px){.message-content img{max-width:100%}}.message-content p{margin:0 0 .95rem}.message-content p:last-child{margin-bottom:0}.message-content ul,.message-content ol{margin:0 0 .95rem;padding-left:1.25rem}.message-content li{margin:.25rem 0}.message-content h1,.message-content h2,.message-content h3{color:var(--accent-strong);margin:1.1rem 0 .75rem}.message-content strong{color:var(--accent-strong)}.message-content code{background:#294a5f1a;border-radius:6px;padding:.1rem .4rem;font-family:IBM Plex Mono,monospace;font-size:.85rem}.message-content pre{background:#294a5f14;border-radius:10px;margin-top:.75rem;padding:.85rem;overflow-x:auto}.message-header{justify-content:flex-end;align-items:flex-start;margin-bottom:.25rem;display:flex}.message-menu-btn{border:1px solid var(--stroke);color:var(--ink-muted);cursor:pointer;background:#ffffffbf;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;line-height:1;transition:all .2s;display:inline-flex}.message-menu-btn:hover{border-color:var(--accent-soft);color:var(--accent-strong);transform:translateY(-1px)}.message-menu{z-index:10;border:1px solid var(--stroke);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-radius:16px;width:220px;max-width:calc(100vw - 48px);padding:.35rem;position:absolute;top:.75rem;right:.75rem;box-shadow:0 18px 45px #18273424}.message-menu button{text-align:left;cursor:pointer;width:100%;color:var(--ink);background:0 0;border:none;border-radius:12px;padding:.6rem .7rem;font-size:.85rem;transition:all .15s}.message-menu button:hover{background:#3e6b861f}.message-prompt{color:var(--ink);overflow-wrap:anywhere;background:#294a5f0f;border:1px solid #294a5f24;border-radius:14px;margin-top:.85rem;padding:.85rem}.message-prompt p{white-space:pre-wrap;word-break:break-word;margin:.45rem 0 0}.voiceover-block{background:#6f4cff0d;border:1px solid #6f4cff33;border-radius:14px;margin-top:1rem;padding:.85rem 1rem}.voiceover-header{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.73rem;font-weight:600}.voiceover-text{color:var(--ink);white-space:pre-wrap;margin-bottom:.75rem;font-size:.88rem;line-height:1.65}.attached-image-preview{border:1px solid var(--stroke);background:#ffffffbf;border-radius:16px;align-items:center;gap:.75rem;width:100%;padding:.6rem .75rem;display:flex}.attached-image-preview img{object-fit:cover;border:1px solid #294a5f1f;border-radius:12px;width:84px;height:84px}.attached-image-preview button{border:1px solid var(--stroke);color:var(--ink-muted);cursor:pointer;background:#fffc;border-radius:12px;width:34px;height:34px;margin-left:auto;transition:all .2s}.attached-image-preview button:hover{color:var(--danger);border-color:#d2565673}.message-actions{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:.85rem;display:flex}.action-button{border:1px solid var(--stroke);cursor:pointer;color:var(--ink-muted);background:#ffffffb3;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;transition:all .2s}.action-button:hover{border-color:var(--accent-soft);color:var(--accent-strong);transform:translateY(-1px)}.action-button.copied,.action-button.published{color:var(--success);background:#2f9b6f26;border-color:#2f9b6f80}.rating-group{gap:.35rem;display:flex}.rating-button{border:1px solid var(--stroke);cursor:pointer;background:#fff9;border-radius:10px;padding:.25rem .5rem;font-size:.85rem;transition:all .2s}.rating-button:hover{background:#c07a2b33;border-color:#c07a2b80;transform:translateY(-1px)}.rating-button.active{color:var(--success);background:#2f9b6f33;border-color:#2f9b6f80}.rating-button:disabled{opacity:.5;cursor:not-allowed}.composer{border:1px solid var(--stroke);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);background:#fffc;flex-direction:column;flex-shrink:0;align-items:stretch;gap:1rem;min-width:0;padding:1.2rem;display:flex}.composer-row{align-items:flex-end;gap:1rem;min-width:0;display:flex}.composer-actions{align-items:flex-end;gap:.75rem;min-width:0;display:flex}.settings-toggle{border:1px solid var(--stroke);width:46px;height:46px;color:var(--ink-soft);cursor:pointer;background:#ffffffbf;border-radius:16px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;transition:all .2s;display:inline-flex}.settings-toggle:hover{border-color:var(--accent-soft);color:var(--accent-strong);transform:translateY(-1px)}.settings-toggle.active{color:var(--accent-strong);background:#3e6b861f;border-color:#3e6b8659}.settings-panel{border:1px solid var(--stroke);background:#ffffffb8;border-radius:16px;flex-direction:column;gap:.75rem;min-width:0;padding:.9rem;display:flex}.settings-panel-header{color:var(--ink);justify-content:space-between;align-items:center;gap:.75rem;display:flex}.settings-close{border:1px solid var(--stroke);color:var(--ink-muted);cursor:pointer;background:#fffc;border-radius:12px;width:34px;height:34px;transition:all .2s}.settings-close:hover{color:var(--danger);border-color:#d2565673}.settings-row{color:var(--ink);justify-content:space-between;align-items:center;gap:.75rem;min-width:0;font-size:.9rem;display:flex}.settings-row span{color:var(--ink-muted)}.settings-row select{border:1px solid var(--stroke);color:var(--ink);cursor:pointer;background:#ffffffd9;border-radius:12px;min-width:0;max-width:100%;padding:.45rem .6rem;font-weight:500}.settings-action{border:1px solid var(--stroke);color:var(--ink);cursor:pointer;background:#fffc;border-radius:12px;padding:.55rem .7rem;font-weight:600;transition:all .2s}.settings-action:hover{border-color:var(--accent-soft);color:var(--accent-strong);transform:translateY(-1px)}.settings-action:disabled{opacity:.6;cursor:not-allowed;transform:none}.settings-model{align-items:center;gap:.6rem;min-width:0;display:flex}.settings-model select{min-width:0;max-width:100%}.settings-link{color:var(--accent-strong);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.35rem .4rem;font-weight:600;transition:all .15s}.settings-link:hover{background:#3e6b861f}.input-field{border-radius:var(--radius-md);resize:vertical;min-height:80px;max-height:200px;color:var(--ink);background:#e6edf3b3;border:1px solid #0000;outline:none;flex:1;width:100%;min-width:0;padding:.9rem 1rem;font-size:.95rem;transition:all .2s}.input-field:focus{border-color:var(--accent-soft);box-shadow:0 0 0 3px #3e6b8626}.send-button{background:linear-gradient(120deg,var(--accent),var(--accent-strong));color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;min-width:120px;padding:.85rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 12px 30px #294a5f33}.send-button:hover{transform:translateY(-2px);box-shadow:0 18px 40px #294a5f40}.send-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.attach-button{border:1px solid var(--stroke);width:46px;height:46px;color:var(--ink-soft);cursor:pointer;background:#ffffffbf;border-radius:16px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;transition:all .2s;display:inline-flex}.attach-button:hover{border-color:var(--stroke-strong);transform:translateY(-1px)}.attach-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.empty-state{text-align:center;border-radius:var(--radius-lg);color:var(--ink-muted);background:#fff6;border:1px dashed #3e6b864d;padding:3.5rem 1.5rem}.empty-state span{margin-bottom:.75rem;font-size:2.2rem;display:block}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-shell{z-index:1;flex-direction:column;gap:2rem;min-height:100vh;padding:2rem 2.5rem 3rem;display:flex;position:relative}.dashboard-header{flex-direction:column;gap:.75rem;display:flex}.dashboard-title{font-family:var(--font-display);font-size:1.6rem;font-weight:600}.tab-row{flex-wrap:wrap;gap:.75rem;min-width:0;display:flex}.tab-button{border:1px solid var(--stroke);cursor:pointer;white-space:nowrap;background:#fff9;border-radius:999px;padding:.55rem 1.1rem;font-weight:500;transition:all .2s}.tab-button.active{background:var(--accent);color:#fff;border-color:#0000}.tab-panel{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius-xl);box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem}.panel-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.idea-subtabs{flex-wrap:wrap;gap:.75rem;display:flex}@media (min-width:980px){.panel-header{justify-content:flex-start}.panel-header .panel-actions{margin-left:auto}}.panel-actions{flex-wrap:wrap;gap:.6rem;min-width:0;display:flex}.secondary-button,.primary-button{cursor:pointer;border:1px solid var(--stroke);background:#ffffffb3;border-radius:999px;padding:.45rem 1rem;font-weight:600;transition:all .2s}.primary-button{background:linear-gradient(120deg,var(--accent),var(--accent-strong));color:#fff;border:none}.secondary-button:hover,.primary-button:hover{transform:translateY(-1px)}.idea-grid,.facts-grid,.feedback-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.idea-card,.fact-card,.feedback-card,.stat-card{border:1px solid var(--stroke);border-radius:var(--radius-lg);background:#ffffffbf;padding:1rem;box-shadow:0 12px 24px #18273414}.idea-card.idea-today{border-color:#10b98173;box-shadow:0 16px 28px #10b98124}.idea-card.idea-overdue{border-color:#dc262673;box-shadow:0 16px 28px #dc26261f}.idea-card h4,.fact-card h4,.stat-card h4{margin-bottom:.6rem;font-size:1rem}.feedback-health-card{flex-direction:column;gap:1rem;display:flex}.feedback-health-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.feedback-health-header h4{margin-bottom:.35rem;font-size:1rem}.feedback-health-header p{color:var(--ink-muted);line-height:1.5}.feedback-health-placeholder{text-align:left;padding:1rem}.feedback-health-answer{border-radius:var(--radius-md);border:1px solid var(--stroke);background:#ffffffb8;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.feedback-health-answer.error{background:#b4585814;border-color:#b4585859}.feedback-health-answer p{line-height:1.6}.feedback-health-meta{flex-wrap:wrap;gap:.5rem;display:flex}.idea-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.8rem;display:flex}.icon-button{justify-content:center;align-items:center;min-width:44px;padding:.45rem .75rem;line-height:1;display:inline-flex}.chip{color:var(--ink-soft);background:#3e6b861f;border-radius:999px;align-items:center;gap:.4rem;margin-right:.35rem;padding:.3rem .6rem;font-size:.75rem;display:inline-flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.modal-backdrop{z-index:80;background:#14202a59;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.modal-card{border-radius:var(--radius-lg);overscroll-behavior:contain;width:min(520px,92vw);max-height:min(88vh,760px);box-shadow:var(--shadow-2);background:#f4f7fa;border:1px solid #fff9;padding:1.5rem;overflow-y:auto}.modal-card h3{font-family:var(--font-display);margin-bottom:1rem}.form-group{flex-direction:column;gap:.4rem;margin-bottom:.9rem;display:flex}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--stroke);background:#fffc;border-radius:12px;padding:.6rem .8rem}.modal-actions{justify-content:flex-end;gap:.6rem;min-width:0;margin-top:1rem;display:flex}.loading-state{text-align:center;color:var(--ink-muted);padding:1.5rem}.ai-status-indicator{flex-direction:column;gap:.5rem;display:flex}.ai-status-indicator .status-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.ai-status-indicator .typing-dots{align-items:center;gap:4px;display:inline-flex}.ai-status-indicator .typing-dots span{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite dot-bounce}.ai-status-indicator .typing-dots span:nth-child(2){animation-delay:.2s}.ai-status-indicator .typing-dots span:nth-child(3){animation-delay:.4s}@keyframes dot-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.ai-status-indicator .status-text{color:var(--accent);font-size:.88rem;font-weight:500}.ai-status-indicator .elapsed-time{color:var(--ink-muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:.75rem}.ai-status-indicator .agent-activity{color:var(--ink-soft);flex-wrap:wrap;gap:.35rem;font-size:.8rem;display:flex}.ai-status-indicator .agent-activity-label{color:var(--ink-muted)}.ai-status-indicator .agent-activity-text{color:var(--accent-strong);font-weight:600}.ai-status-indicator .cancel-task-btn{color:var(--ink-muted);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 5px;font-size:.75rem;line-height:1;transition:opacity .15s,color .15s}.ai-status-indicator .cancel-task-btn:hover{opacity:1;color:#ef4444}.ai-status-indicator .progress-bar-track{background:var(--stroke);border-radius:3px;height:3px;overflow:hidden}.ai-status-indicator .progress-bar-fill{background:linear-gradient(90deg,var(--accent-soft),var(--accent));border-radius:3px;width:40%;height:100%;animation:2s ease-in-out infinite progress-indeterminate}@keyframes progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(350%)}}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:90px;right:20px}.toast{pointer-events:auto;border-radius:var(--radius-md);animation:.3s toast-in,.3s forwards toast-out;animation-delay:0s,var(--toast-duration,4s);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:.6rem;max-width:380px;padding:.7rem 1rem;font-size:.85rem;font-weight:500;display:flex;box-shadow:0 8px 24px #18273440}.toast.error{color:#fff;background:#b45858f2;border:1px solid #b4585899}.toast.warning{color:#fff;background:#c07a2bf2;border:1px solid #c07a2b99}.toast.success{color:#fff;background:#2f9b6ff2;border:1px solid #2f9b6f99}.toast.info{color:#fff;background:#3e6b86f2;border:1px solid #3e6b8699}.toast-icon{flex-shrink:0;font-size:1rem}.toast-dismiss{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;margin-left:auto;padding:0 .2rem;font-size:1rem}.toast-dismiss:hover{opacity:1}@keyframes toast-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media (max-width:1100px){.side-rail.drawer{width:260px;top:84px;left:16px}}@media (max-width:860px){.topbar-inner{flex-direction:column;align-items:flex-start}.app-body{padding:1.5rem}.chat-app-body{padding:.9rem 1rem calc(.9rem + var(--safe-bottom))}.chat-panel{padding:1rem}.side-rail.drawer{width:min(280px,85vw);height:auto;max-height:80vh;top:120px;left:12px}}@media (min-width:681px) and (max-width:1024px){.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-inner{padding:calc(.9rem + var(--safe-top))1.5rem .9rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.menu-toggle{width:44px;height:44px}.brand-block{flex:0 auto;min-width:0}.brand-title{white-space:nowrap;text-overflow:ellipsis;gap:.6rem;font-size:clamp(1.15rem,1.8vw,1.3rem);line-height:1.1;overflow:hidden}.brand-title span{font-size:1.45rem}.brand-subtitle{max-width:16rem;font-size:.77rem;line-height:1.2}.topbar-actions{scrollbar-width:none;flex-wrap:nowrap;flex:auto;justify-content:flex-end;gap:.55rem;min-width:0;margin-left:auto;padding-bottom:.1rem;overflow-x:auto}.topbar-actions::-webkit-scrollbar{display:none}.nav-pill,.status-pill{flex:none}.nav-pill{padding:.5rem .9rem;font-size:.88rem}.status-pill{gap:.45rem;padding:.35rem .72rem;font-size:.75rem}.status-dot{width:7px;height:7px}.app-body{padding:1.1rem 1.25rem calc(1.25rem + var(--safe-bottom))}.chat-app-body{padding:.75rem .9rem calc(.9rem + var(--safe-bottom))}.side-rail{gap:1rem;min-height:0;padding:1.2rem;box-shadow:0 22px 52px #18273429}.side-rail.drawer{top:calc(var(--safe-top) + 5.85rem);width:min(320px,42vw);max-width:calc(100vw - 2rem);height:auto;max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 7rem);padding-bottom:calc(1.2rem + var(--safe-bottom));border-radius:26px;left:1rem;transform:translate(calc(-100% - 1rem))}.side-rail.drawer.open{transform:translate(0)}.chat-panel{gap:.85rem;width:100%;padding:1rem;box-shadow:0 18px 44px #1827341f}.message-stack{gap:.9rem;padding-right:.15rem}.message-card{padding:.95rem 1rem}.scroll-to-bottom-btn{bottom:7.65rem;right:1.35rem}.composer{border-radius:24px;gap:.85rem;padding:.95rem;position:relative;box-shadow:0 12px 28px #1827341f}.composer-row{gap:.85rem}.composer-actions{gap:.65rem}.input-field{resize:none;min-height:88px;max-height:160px;padding:.85rem .95rem;font-size:16px}.settings-toggle{width:48px;height:48px}.send-button{min-width:132px;min-height:48px;padding:.85rem 1.15rem}.settings-panel{z-index:59;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f4f7faf0;border-radius:20px;max-height:min(42vh,420px);padding:1rem;position:absolute;bottom:calc(100% + .75rem);left:0;right:0;overflow-y:auto;box-shadow:0 22px 52px #18273429}.settings-panel-header{z-index:1;background:inherit;padding-bottom:.45rem;position:sticky;top:0}.mobile-sheet-overlay.active{opacity:1;pointer-events:auto;background:#121c242e}.dashboard-shell{padding:1.25rem 1.25rem calc(2rem + var(--safe-bottom));gap:1.5rem}.dashboard-title{max-width:14ch;font-size:clamp(1.7rem,3.4vw,2.2rem);line-height:1.08}.tab-row{align-items:flex-start;gap:.6rem}.tab-button{padding:.5rem .95rem;font-size:.9rem}.tab-panel{border-radius:26px;padding:1.25rem;box-shadow:0 18px 44px #1827341f}.idea-subtabs{align-items:flex-start;gap:.6rem}.feedback-health-header{align-items:stretch}.modal-card{width:min(640px,100vw - 48px);max-height:80dvh}.toast-container{top:calc(var(--safe-top) + 6rem);right:1rem}.toast{max-width:min(380px,100vw - 2rem)}}@media (min-width:681px) and (max-width:900px){.panel-header{flex-direction:column;align-items:stretch;gap:.9rem;margin-bottom:1rem}.panel-actions{justify-content:flex-start;width:100%}.panel-actions>*{max-width:100%}.feedback-health-header{flex-direction:column}}@media (min-width:681px) and (max-width:767px){.topbar-inner{gap:.85rem;padding-left:1rem;padding-right:1rem}.brand-subtitle{display:none}.brand-title{font-size:1.08rem}.brand-title span{font-size:1.25rem}.nav-pill{padding:.46rem .78rem;font-size:.84rem}.status-pill{padding:.34rem .64rem;font-size:.72rem}.app-body,.dashboard-shell{padding-left:1rem;padding-right:1rem}.chat-app-body{padding-left:.75rem;padding-right:.75rem}.tab-row,.idea-subtabs{gap:.5rem}.idea-grid,.facts-grid,.feedback-grid,.stats-grid{grid-template-columns:1fr}}@media (max-width:680px){.topbar-inner{padding:calc(.8rem + var(--safe-top))1.1rem .8rem;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem}.brand-block{display:none}.topbar-actions{scrollbar-width:none;flex-wrap:nowrap;flex:auto;justify-content:flex-end;min-width:0;margin-left:auto;overflow-x:auto}.topbar-actions::-webkit-scrollbar{display:none}.app-body{padding:1rem 1.25rem 2rem}.chat-app-body{padding:.75rem .9rem calc(.85rem + var(--safe-bottom))}.composer{flex-direction:column;align-items:stretch}.send-button{width:100%}.nav-pill{font-size:.8rem}}@media (max-width:480px){:root{--radius-xl:24px;--radius-lg:18px;--radius-md:14px;--shadow-1:0 8px 22px #1827341a;--shadow-2:0 20px 48px #18273424}body.mobile-ui-locked{overflow:hidden}.topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-inner{padding:calc(.6rem + var(--safe-top)).95rem .6rem;align-items:center;gap:.55rem;display:flex}.brand-block{display:none}.brand-title{gap:.45rem;font-size:1rem;line-height:1.05}.brand-title span{font-size:1.2rem}.brand-subtitle{max-width:none;font-size:.72rem;line-height:1.15}.topbar-actions{gap:.4rem;width:auto;margin-left:auto}.nav-pill,.status-pill{flex:none;padding-top:.42rem;padding-bottom:.42rem}.nav-pill{padding-left:.85rem;padding-right:.85rem;font-size:.8rem}.status-pill{padding-left:.7rem;padding-right:.7rem;font-size:.76rem}.app-body{padding:1rem .9rem calc(1.1rem + var(--safe-bottom))}.chat-app-body{padding:.55rem .75rem calc(.75rem + var(--safe-bottom))}.side-rail{gap:.9rem;padding:1rem}.side-rail.drawer{top:calc(var(--safe-top) + .75rem);bottom:calc(var(--safe-bottom) + .75rem);width:min(86vw,320px);max-width:calc(100vw - 1.5rem);height:auto;max-height:none;padding-bottom:calc(1rem + var(--safe-bottom));border-radius:24px;left:.75rem;transform:translate(calc(-100% - 1rem))}.side-rail.drawer.open{transform:translate(0)}.chat-panel{gap:.75rem;width:100%;height:100%;min-height:0;padding:.9rem}.chat-title h2{font-size:clamp(1.15rem,7vw,1.8rem);line-height:1.15}.chat-meta{font-size:.95rem;line-height:1.45}.message-stack{gap:.85rem;padding-right:0}.message-card{border-radius:18px;padding:.9rem .95rem}.message-content{font-size:.92rem;line-height:1.6}.message-menu{width:min(220px,100vw - 2.5rem);right:0}.message-actions{gap:.5rem}.message-actions .action-button{text-align:center;justify-content:center;width:100%}.rating-group{scrollbar-width:none;width:100%;padding-bottom:.25rem;overflow-x:auto}.rating-group::-webkit-scrollbar{display:none}.tab-row::-webkit-scrollbar{display:none}.idea-subtabs::-webkit-scrollbar{display:none}.scroll-to-bottom-btn{width:2.75rem;height:2.75rem;bottom:8.75rem;right:1rem}.composer{border-radius:22px;gap:.85rem;padding:.95rem}.composer-row{flex-direction:column;align-items:stretch;gap:.75rem}.composer-actions{grid-template-columns:52px minmax(0,1fr);align-items:stretch;width:100%;display:grid}.input-field{min-height:120px;max-height:36vh;font-size:16px}.settings-toggle{border-radius:16px;width:52px;height:52px}.send-button{width:100%;min-width:0;min-height:52px;padding:.9rem 1rem;font-size:.95rem}.settings-panel{left:.75rem;right:.75rem;bottom:calc(var(--safe-bottom) + .75rem);z-index:1000;max-height:min(70vh,520px);box-shadow:var(--shadow-2);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);isolation:isolate;pointer-events:auto;background:#f4f7faf5;border-radius:24px;padding:1rem;position:fixed;overflow-y:auto}.settings-panel-header{z-index:1;background:inherit;padding-bottom:.5rem;position:sticky;top:0}.settings-row,.settings-model{flex-direction:column;align-items:stretch}.settings-row select,.settings-row button,.settings-model,.settings-model select{width:100%}.settings-link{align-self:flex-start;padding-left:0}.attached-image-preview{flex-wrap:wrap;align-items:flex-start}.attached-image-preview img{width:72px;height:72px}.attached-image-preview button{margin-left:0}.dashboard-shell{padding:1.15rem .9rem calc(2rem + var(--safe-bottom));gap:1.25rem}.dashboard-title{max-width:10ch;font-size:clamp(1.95rem,10vw,2.6rem);line-height:1.08}.tab-row,.idea-subtabs{flex-wrap:nowrap;padding-bottom:.25rem;overflow-x:auto}.tab-panel{border-radius:24px;padding:1rem}.panel-header{flex-direction:column;align-items:stretch;margin-bottom:1rem}.panel-actions{width:100%}.panel-actions>*{flex:100%;width:100%}.idea-grid,.facts-grid,.feedback-grid,.stats-grid{grid-template-columns:1fr}.idea-card,.fact-card,.feedback-card,.stat-card{border-radius:20px;padding:.95rem}.feedback-health-header{flex-direction:column;align-items:stretch}.idea-actions{grid-template-columns:1fr;gap:.6rem;display:grid}.idea-actions>*{width:100%;min-width:0}.control-chip{flex-wrap:wrap;justify-content:space-between;width:100%}.control-chip select{width:100%}.modal-backdrop{padding:max(.75rem,var(--safe-top)).5rem max(.5rem,var(--safe-bottom));align-items:flex-end}.modal-card{width:calc(100vw - 1rem);max-height:min(82vh,760px);padding:1rem 1rem calc(1rem + var(--safe-bottom));border-radius:26px}.modal-actions{bottom:calc(-1rem - var(--safe-bottom));background:linear-gradient(#f4f7fa00,#f4f7fa 30%);grid-template-columns:1fr;padding-top:.85rem;display:grid;position:sticky}.form-group input,.form-group select,.form-group textarea{width:100%;max-width:100%;font-size:16px}.toast-container{top:calc(var(--safe-top) + 5.25rem);align-items:stretch;bottom:auto;left:.75rem;right:.75rem}.toast{border-radius:18px;width:100%;max-width:none;padding:.8rem .9rem}}@media (max-width:390px){.topbar-inner,.app-body,.dashboard-shell{padding-left:.75rem;padding-right:.75rem}.chat-app-body{padding-top:.45rem;padding-left:.5rem;padding-right:.5rem;padding-bottom:calc(.55rem + var(--safe-bottom))}.brand-title{font-size:.96rem}.brand-subtitle{display:none}.topbar-inner{padding-top:calc(.55rem + var(--safe-top));padding-bottom:.55rem}.chat-panel,.tab-panel,.modal-card{border-radius:22px;padding:.9rem}.dashboard-title{font-size:clamp(1.75rem,11vw,2.3rem)}.side-rail.drawer{width:min(88vw,300px);max-width:calc(100vw - 1rem);left:.5rem}.settings-panel{bottom:.5rem;left:.5rem;right:.5rem}.composer-actions{grid-template-columns:48px minmax(0,1fr);gap:.6rem}.settings-toggle{width:48px;height:48px}.send-button{min-height:48px}}
@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.p.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.p.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.p.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.p.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans Fallback;src:local(Arial);ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.0%;size-adjust:101.17%}.ibm_plex_sans_8d85663c-module__ZkPC9q__className{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.ibm_plex_sans_8d85663c-module__ZkPC9q__variable{--font-body:"IBM Plex Sans","IBM Plex Sans Fallback"}
@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7f49c72243bdcede-s.d482622f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a2797aaeec05c026-s.p.901efc6f.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b3baf9375001c1f5-s.7897a175.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9096fd5f49bfad97-s.20ec22c2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ef7be03ed7e60a63-s.p.bb832c79.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/4bd7aa058bc96e4f-s.940752b4.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0bd78c1bd4dfd4c7-s.p.cfc45236.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/197b82234d448be7-s.ac81b455.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/79050e547acec5d8-s.515542c4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:500;font-display:swap;src:url(../media/522cd826f2dc0be6-s.p.177abc12.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/be04ef6d3831928d-s.eeea8291.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/690c9e92a92dc3ad-s.p.5072461a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bd1c8a16898c933f-s.d7e45335.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/c63a115de3206da5-s.f59cae2b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Serif;font-style:normal;font-weight:600;font-display:swap;src:url(../media/713e82fa9fe87496-s.p.dc05021a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Serif Fallback;src:local(Times New Roman);ascent-override:88.04%;descent-override:23.62%;line-gap-override:0.0%;size-adjust:116.43%}.ibm_plex_serif_44c5e9f6-module__mwd9cW__className{font-family:IBM Plex Serif,IBM Plex Serif Fallback;font-style:normal}.ibm_plex_serif_44c5e9f6-module__mwd9cW__variable{--font-display:"IBM Plex Serif","IBM Plex Serif Fallback"}
