.cog-app{display:grid;grid-template-rows:auto auto minmax(280px,1fr) auto auto;gap:10px;min-height:calc(100dvh - 160px);max-width:820px;margin:0 auto}.cog-app-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cog-app-head h1{font-size:26px;margin:2px 0}.cog-head-actions{display:flex;gap:7px}.cog-info-btn{width:44px;padding:0;border-radius:50%}.cog-status{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:#667A72}.cog-status i{width:7px;height:7px;border-radius:50%;background:#9AA8A3}.cog-status.online{color:#087F69}.cog-status.online i{background:#13A37E;box-shadow:0 0 0 4px rgba(19,163,126,.09)}.cog-status.error{color:#C43D34}.cog-status.error i{background:#C43D34}.cog-kernel-note{display:flex;align-items:center;gap:9px;padding:9px 11px;background:#F3F9F7;border:1px solid #D6EAE3;border-radius:14px;color:#315E52}.cog-kernel-note>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#DDF1EB;color:#087F69;font-weight:900}.cog-kernel-note div{display:grid;gap:1px}.cog-kernel-note strong{font-size:11px}.cog-kernel-note small{font-size:9px;color:#667A72}.cog-messages{min-height:300px;max-height:calc(100dvh - 320px);overflow:auto;padding:12px 4px 18px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin}.cog-message{max-width:88%;display:grid;gap:5px}.cog-message.user{align-self:flex-end}.cog-message.assistant{align-self:flex-start}.cog-message-role{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#7B8C86;padding:0 5px}.cog-message.user .cog-message-role{text-align:right}.cog-message-content{font-size:13px;line-height:1.55;padding:11px 13px;border-radius:18px;background:#fff;border:1px solid rgba(122,151,140,.2);box-shadow:0 4px 14px rgba(20,61,50,.04);overflow-wrap:anywhere}.cog-message.user .cog-message-content{background:#087F69;color:#fff;border-color:#087F69;border-bottom-right-radius:6px}.cog-message.assistant .cog-message-content{border-bottom-left-radius:6px}.cog-message-meta{display:flex;gap:5px;flex-wrap:wrap;padding:0 4px}.cog-message-meta>span,.cog-message-meta summary{font-size:9px;color:#667A72;background:#EAF1EF;border-radius:999px;padding:3px 6px}.cog-message-meta details{max-width:100%}.cog-message-meta summary{cursor:pointer;list-style:none}.cog-message-meta pre{white-space:pre-wrap;max-width:min(620px,80vw);font-size:9px;background:#F4F7F6;padding:8px;border-radius:9px;overflow:auto}.cog-empty{margin:auto;text-align:center;max-width:480px;padding:28px 10px}.cog-mark{width:54px;height:54px;margin:auto;border-radius:18px;display:grid;place-items:center;background:#DDF1EB;color:#087F69;font-size:26px}.cog-empty h2{margin:12px 0 6px;font-size:21px}.cog-empty p{margin:0;color:#667A72;font-size:12px;line-height:1.5}.cog-prompts{display:flex;gap:7px;justify-content:center;flex-wrap:wrap;margin-top:16px}.cog-prompts button{border:1px solid #CFE2DC;background:#fff;color:#315E52;border-radius:999px;padding:8px 10px;font-size:10px;font-weight:800}.cog-composer{display:grid;grid-template-columns:1fr 46px;gap:7px;align-items:end;background:#fff;border:1px solid rgba(77,118,103,.28);border-radius:18px;padding:7px;box-shadow:0 10px 28px rgba(20,61,50,.08)}.cog-composer textarea{border:0;outline:0;resize:none;min-height:42px;max-height:130px;padding:11px 9px;background:transparent;color:#12231D;line-height:1.4}.cog-composer>button{width:42px;height:42px;border-radius:14px;border:0;background:#087F69;color:#fff;font-size:22px;font-weight:900}.cog-composer>button:disabled{opacity:.45}.cog-composer-hint{text-align:center;color:#7B8C86;font-size:9px}.cog-thinking{display:flex;gap:4px;padding:13px 15px;background:#fff;border:1px solid rgba(122,151,140,.2);border-radius:18px;border-bottom-left-radius:6px}.cog-thinking i{width:6px;height:6px;border-radius:50%;background:#8DA49C;animation:cog-pulse 1.1s infinite alternate}.cog-thinking i:nth-child(2){animation-delay:.2s}.cog-thinking i:nth-child(3){animation-delay:.4s}@keyframes cog-pulse{to{opacity:.25;transform:translateY(-2px)}}.cog-history-list{display:grid;gap:7px}.cog-history-row{display:grid;grid-template-columns:1fr 38px;gap:5px;border:1px solid rgba(122,151,140,.22);border-radius:13px;overflow:hidden}.cog-history-row.active{border-color:#87C6B5;background:#F3F9F7}.cog-history-open,.cog-history-delete{border:0;background:transparent}.cog-history-open{text-align:left;padding:10px 12px;display:grid;gap:2px;color:#12231D}.cog-history-open strong{font-size:12px}.cog-history-open span{font-size:9px;color:#667A72}.cog-history-delete{font-size:20px;color:#8A9792}.cog-history-delete:active{background:#FFF0EF;color:#C43D34}@media(max-width:850px){.cog-app{min-height:calc(100dvh - 145px)}.cog-messages{height:max(300px,calc(100dvh - 390px));min-height:300px;max-height:max(300px,calc(100dvh - 390px));overscroll-behavior:contain}.cog-message{max-width:92%}.cog-app-head h1{font-size:23px}.cog-head-actions .btn{min-height:40px;padding:8px 10px;font-size:10px}}@media(max-width:390px){.cog-kernel-note small{display:none}.cog-message{max-width:95%}.cog-message-content{font-size:12px}.cog-head-actions .btn:first-child{padding-inline:8px}}

/* Rich message renderer: scoped to the Cognitiva App only. */
/* Keep short conversations visually anchored to the composer. */
.cog-messages>:first-child{margin-top:auto}
.cog-message.assistant .cog-message-content{padding:13px 14px;line-height:1.52}
.cog-message-content .cog-md-paragraph{margin:0 0 12px}
.cog-message-content .cog-md-paragraph:last-child{margin-bottom:0}
.cog-message-content .cog-md-heading{margin:14px 0 7px;font-weight:900;line-height:1.25;color:#16342B;letter-spacing:-.015em}
.cog-message-content .cog-md-heading:first-child{margin-top:0}
.cog-message-content .cog-md-h1{font-size:18px}.cog-message-content .cog-md-h2{font-size:16px}.cog-message-content .cog-md-h3{font-size:14px}.cog-message-content .cog-md-h4{font-size:13px}
.cog-message-content strong{font-weight:850}.cog-message-content em{font-style:italic}
.cog-md-list{margin:8px 0 13px;padding-left:21px;display:grid;gap:6px}.cog-md-list:last-child{margin-bottom:0}.cog-md-list li{padding-left:2px;line-height:1.45}.cog-md-list li::marker{color:#087F69;font-weight:850}
.cog-md-quote{margin:9px 0 13px;padding:10px 12px;border-left:3px solid #62AE99;border-radius:0 12px 12px 0;background:#F2F8F6;color:#315E52;line-height:1.48}
.cog-md-rule{border:0;border-top:1px solid #DCE7E3;margin:13px 0}
.cog-md-inline-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;padding:2px 5px;border-radius:6px;background:#EEF4F2;color:#25584A;border:1px solid #DCE9E5}
.cog-md-code{margin:9px 0 13px;padding:11px 12px;border-radius:12px;background:#10231D;color:#EAF5F1;overflow:auto;white-space:pre;max-width:100%;font:11px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;-webkit-overflow-scrolling:touch}
.cog-md-code code{font:inherit;color:inherit}
.cog-md-link{color:#087F69;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;font-weight:750;overflow-wrap:anywhere}
.cog-md-table{display:grid;gap:9px;margin:10px 0 13px;min-width:0}.cog-md-table:last-child{margin-bottom:0}
.cog-md-table-card{min-width:0;border:1px solid #D8E7E2;border-radius:14px;background:#F8FBFA;overflow:hidden;box-shadow:0 2px 8px rgba(20,61,50,.035)}
.cog-md-table-primary{padding:10px 11px;background:#EDF7F4;border-bottom:1px solid #DCEAE6;display:grid;gap:3px}
.cog-md-table-primary>span,.cog-md-table-field>span{font-size:9px;line-height:1.2;font-weight:900;letter-spacing:.055em;text-transform:uppercase;color:#71867E}
.cog-md-table-primary>div{font-size:13px;line-height:1.35;font-weight:850;color:#17483B;overflow-wrap:anywhere}
.cog-md-table-field{display:grid;grid-template-columns:minmax(76px,.72fr) minmax(0,1.45fr);gap:9px;align-items:start;padding:8px 11px;border-top:1px solid #E7EFEC;min-width:0}
.cog-md-table-primary+.cog-md-table-field{border-top:0}.cog-md-table-field>div{min-width:0;line-height:1.4;color:#243B34;overflow-wrap:anywhere}
@media(min-width:851px){.cog-messages{height:clamp(300px,calc(100dvh - 320px),680px);min-height:300px;max-height:680px;overscroll-behavior:contain}}
@media(max-width:850px){.cog-message.assistant{max-width:96%}.cog-message.assistant .cog-message-content{font-size:13px}.cog-md-table-field{grid-template-columns:92px minmax(0,1fr)}}
@media(max-width:390px){.cog-message.assistant{max-width:98%}.cog-message.assistant .cog-message-content{padding:12px}.cog-md-table-field{grid-template-columns:82px minmax(0,1fr);gap:7px;padding:8px 10px}.cog-md-table-primary{padding:9px 10px}.cog-message-content .cog-md-h1{font-size:17px}.cog-message-content .cog-md-h2{font-size:15px}}
