.landing-root .hcm-root{display:flex;flex-direction:column;height:100%;gap:0}.landing-root .hcm-chrome{display:flex;align-items:center;gap:8px;padding-bottom:14px;border-bottom:1px solid rgba(38,38,38,.8)}.landing-root .hcm-traffic{display:inline-flex;gap:6px}.landing-root .hcm-traffic>span{width:8px;height:8px;border-radius:50%;background:#404040;display:inline-block}.landing-root .hcm-url{margin-left:8px;font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:9px;color:#a3a3a3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.landing-root .hcm-brand{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.landing-root .hcm-brand-logo{height:22px;width:auto;filter:brightness(0) invert(1);opacity:.92;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-root .hcm-brand-tools{display:inline-flex;gap:10px;color:#525252;font-size:14px;letter-spacing:.08em}.landing-root .hcm-ctx-label{font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#a3a3a3;margin-top:20px;margin-bottom:8px}.landing-root .hcm-ctx-pill{background:rgba(73,169,164,.07);border:1px solid rgba(73,169,164,.24);border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:12px;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.landing-root .hcm-ctx-pill.is-in{opacity:1;transform:translateY(0)}.landing-root .hcm-ctx-ic{width:26px;height:26px;border-radius:7px;background:rgba(73,169,164,.18);display:inline-flex;align-items:center;justify-content:center;color:#7ad8d3;flex-shrink:0}.landing-root .hcm-ctx-ic svg{width:13px;height:13px}.landing-root .hcm-ctx-meta{display:flex;flex-direction:column;gap:3px;min-width:0}.landing-root .hcm-ctx-pn{font-size:11.5px;color:#fafafa;letter-spacing:.02em}.landing-root .hcm-ctx-pn,.landing-root .hcm-ctx-sub{font-family:var(--font-mono),"JetBrains Mono",monospace}.landing-root .hcm-ctx-sub{font-size:9.5px;color:#a3a3a3;display:flex;align-items:center;gap:8px}.landing-root .hcm-ctx-dot{width:6px;height:6px;border-radius:50%;background:#7ad8d3;animation:hcm-pulse 1.6s ease-in-out infinite}@keyframes hcm-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.landing-root .hcm-reading{margin-top:10px;background:rgba(73,169,164,.05);border:1px solid rgba(73,169,164,.2);border-radius:12px;padding:10px 12px;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease,border-color .4s ease,background .4s ease}.landing-root .hcm-reading.is-in{opacity:1;transform:translateY(0)}.landing-root .hcm-reading.is-done{border-color:rgba(73,169,164,.35);background:rgba(73,169,164,.08)}.landing-root .hcm-reading-head{display:flex;align-items:center;gap:8px}.landing-root .hcm-reading-icon{width:14px;height:14px;color:#7ad8d3;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.landing-root .hcm-reading-icon svg{width:14px;height:14px}.landing-root .hcm-reading-spinner{animation:hcm-spin 1.4s linear infinite}.landing-root .hcm-reading-label{font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:#d4d4d4;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-root .hcm-reading-count{font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:10px;color:#7ad8d3;font-weight:600;flex-shrink:0}.landing-root .hcm-reading-bar{height:3px;background:rgba(255,255,255,.06);border-radius:999px;overflow:hidden;margin-top:8px}.landing-root .hcm-reading-bar-fill{height:100%;background:linear-gradient(90deg,#49a9a4,#7ad8d3);border-radius:999px;transition:width .14s linear}.landing-root .hcm-reading-current{margin-top:7px;font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:10px;color:#a3a3a3;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-root .hcm-reading.is-done .hcm-reading-current{color:#7ad8d3}@keyframes hcm-spin{to{transform:rotate(1turn)}}.landing-root .hcm-msg-user-row{display:flex;justify-content:flex-end;margin-top:16px}.landing-root .hcm-msg-user{background:#1f3a38;color:#f5f5f5;border-radius:14px 14px 4px 14px;padding:10px 13px;font-size:12.5px;line-height:1.42;max-width:88%;opacity:0;transform:translateY(6px);transition:opacity .35s ease,transform .35s ease}.landing-root .hcm-msg-user.is-in{opacity:1;transform:translateY(0)}.landing-root .hcm-msg-ai-head{display:flex;align-items:center;gap:8px;margin-top:16px;opacity:0;transition:opacity .3s ease}.landing-root .hcm-msg-ai-head.is-in{opacity:1}.landing-root .hcm-msg-ai-mark{width:14px;height:14px;border-radius:4px;background:linear-gradient(135deg,#7ad8d3,#49a9a4);flex-shrink:0}.landing-root .hcm-msg-ai-label{font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#7ad8d3}.landing-root .hcm-msg-ai-status{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.03);border-radius:12px;font-size:12px;color:#d4d4d4;opacity:0;max-height:0;overflow:hidden;padding:0 12px;border:0 dashed rgba(255,255,255,.1);margin-top:0;transition:opacity .25s ease,max-height .25s ease,padding .25s ease,margin-top .25s ease,border-width .25s ease}.landing-root .hcm-msg-ai-status.is-in{opacity:1;max-height:40px;padding:8px 12px;margin-top:8px;border-width:1px}.landing-root .hcm-msg-ai-status-dot{width:7px;height:7px;border-radius:50%;background:#7ad8d3;animation:hcm-pulse 1s ease-in-out infinite;flex-shrink:0}.landing-root .hcm-msg-ai-body{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:12px 14px;margin-top:8px;font-size:12.5px;line-height:1.5;color:#e5e5e5;min-height:0;max-height:168px;overflow-y:auto;opacity:0;transition:opacity .3s ease;scrollbar-width:thin;scrollbar-color:rgba(122,216,211,.3) transparent}.landing-root .hcm-msg-ai-body.is-in{opacity:1}.landing-root .hcm-msg-ai-body::-webkit-scrollbar{width:5px}.landing-root .hcm-msg-ai-body::-webkit-scrollbar-track{background:transparent}.landing-root .hcm-msg-ai-body::-webkit-scrollbar-thumb{background:rgba(122,216,211,.3);border-radius:3px}.landing-root .hcm-msg-ai-body::-webkit-scrollbar-thumb:hover{background:rgba(122,216,211,.5)}.landing-root .hcm-r-head{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;padding:3px 10px;border-radius:999px;margin-bottom:8px;margin-top:6px;font-weight:600}.landing-root .hcm-r-head:first-child{margin-top:0}.landing-root .hcm-r-head-done{background:rgba(73,169,164,.15);color:#7ad8d3;border:1px solid rgba(73,169,164,.3)}.landing-root .hcm-r-head-pending{background:rgba(234,179,8,.1);color:#facc15;border:1px solid rgba(234,179,8,.3)}.landing-root .hcm-r-icon{font-size:11px;line-height:1}.landing-root .hcm-r-list{list-style:none;padding:0;margin:0 0 12px}.landing-root .hcm-r-list:last-child{margin-bottom:0}.landing-root .hcm-r-list li{position:relative;padding:3px 0 3px 14px;font-size:12px;line-height:1.45;color:#e5e5e5}.landing-root .hcm-r-list li:before{content:"·";position:absolute;left:4px;top:1px;color:#7ad8d3;font-weight:700;font-size:14px}.landing-root .hcm-cursor{display:inline-block;width:6px;height:13px;background:#7ad8d3;vertical-align:-2px;margin-left:2px;animation:hcm-blink .9s steps(2) infinite}.landing-root .hcm-cursor.is-hidden{display:none}@keyframes hcm-blink{0%,49%{opacity:1}50%,to{opacity:0}}.landing-root .hcm-cites{display:flex;gap:12px;margin-top:10px;opacity:0;transition:opacity .4s ease;flex-wrap:wrap}.landing-root .hcm-cites.is-in{opacity:1}.landing-root .hcm-cite{font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:9.5px;color:#7ad8d3;letter-spacing:.02em}.landing-root .hcm-followups{margin-top:auto;padding-top:16px;display:flex;flex-wrap:wrap;gap:8px}.landing-root .hcm-followup{font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:9px;letter-spacing:.18em;text-transform:uppercase;padding:7px 11px;border-radius:8px;border:1px solid rgba(255,255,255,.12);color:#d4d4d4;display:inline-flex;align-items:center;gap:6px;background:transparent}.landing-root .hcm-followup-primary{background:#49a9a4;color:#0a1f1e;border-color:transparent;font-weight:700}@media (max-width:1023px){.landing-root .hcm-root{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(122,216,211,.3) transparent}.landing-root .hcm-root::-webkit-scrollbar{width:5px}.landing-root .hcm-root::-webkit-scrollbar-track{background:transparent}.landing-root .hcm-root::-webkit-scrollbar-thumb{background:rgba(122,216,211,.2);border-radius:3px}.landing-root .hcm-msg-ai-body{max-height:none;overflow-y:visible;flex-shrink:0}.landing-root .hcm-followups{margin-top:16px;flex-shrink:0}}