.hm-cli{min-height:100vh;background:#000;color:#ccc;font-family:SF Mono,Fira Code,JetBrains Mono,Menlo,monospace;display:grid;grid-template-columns:1fr 400px;grid-template-rows:auto 1fr}.hm-cli-header{grid-column:1 / -1;grid-row:1;padding:10px 20px;border-bottom:1px solid #333;display:flex;align-items:center;justify-content:space-between;background:#0a0a0a}.hm-cli-brand{display:flex;align-items:center;gap:10px}.hm-cli-brand h1{font-size:16px;font-weight:700;color:#fff;margin:0;font-family:inherit}.hm-cli-subtitle{font-size:11px;color:#666;margin-top:1px}.hm-cli-controls{display:flex;align-items:center;gap:6px}.hm-cli-btn{display:flex;align-items:center;gap:5px;padding:4px 12px;border-radius:4px;border:1px solid #333;background:transparent;color:#666;font-family:inherit;font-size:11px;cursor:pointer;transition:all .15s}.hm-cli-btn:hover{color:#999;border-color:#555;background:#111}.hm-cli-main{grid-column:1;grid-row:2;overflow-y:auto;padding:20px}.hm-cli-main::-webkit-scrollbar{width:6px}.hm-cli-main::-webkit-scrollbar-track{background:transparent}.hm-cli-main::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.hm-cli-chat{grid-column:2;grid-row:2;border-left:1px solid #333;display:flex;flex-direction:column;background:#000;overflow:hidden}.hm-cli-section{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:6px;padding:16px 20px;margin-bottom:16px}.hm-cli-section h2{font-size:14px;font-weight:600;color:#fff;margin:0 0 12px;display:flex;align-items:center;gap:8px;font-family:inherit}.hm-cli-form{display:flex;align-items:center;gap:0;border:1px solid #333;border-radius:6px;padding:8px 12px;background:transparent;transition:border-color .15s}.hm-cli-form:focus-within{border-color:#555}.hm-cli-form .prompt{color:#666;font-size:13px;white-space:nowrap;-webkit-user-select:none;user-select:none;line-height:20px;flex-shrink:0;padding-right:8px}.hm-cli-form:focus-within .prompt{color:#f59e0b}.hm-cli-form input{flex:1;background:transparent;border:none;color:#fff;font-family:inherit;font-size:13px;line-height:20px;outline:none;padding:0}.hm-cli-form input::placeholder{color:#444}.hm-cli-form button{background:transparent;border:none;color:#444;cursor:pointer;padding:2px;transition:color .15s;flex-shrink:0}.hm-cli-form button:not(:disabled):hover{color:#f59e0b}.hm-cli-form button:not(:disabled){color:#888}.hm-cli-form button:disabled{opacity:.3;cursor:default}.hm-chat-header{padding:12px 16px;border-bottom:1px solid #333;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.hm-chat-messages{flex:1;overflow-y:auto;padding:16px}.hm-chat-messages::-webkit-scrollbar{width:6px}.hm-chat-messages::-webkit-scrollbar-track{background:transparent}.hm-chat-messages::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.hm-chat-msg-user{margin-bottom:4px;font-size:13px;line-height:1.65}.hm-chat-msg-assistant{border-left:2px solid rgba(245,158,11,.25);padding-left:12px;margin-bottom:16px;color:#ccc;font-size:13px;line-height:1.65;word-break:break-word;white-space:pre-wrap}.hm-chat-msg-assistant strong{color:#fff;font-weight:700}.hm-chat-msg-assistant em{color:#999}.hm-chat-msg-assistant a{color:#58a6ff;text-decoration:underline}.hm-chat-tools{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.hm-chat-tool-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#555;padding:2px 0}.hm-chat-empty{padding:24px 8px;color:#666;text-align:center}.hm-chat-suggestions{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-top:12px}.hm-chat-suggestion{padding:2px 8px;background:transparent;border:1px solid #333;border-radius:3px;color:#666;font-family:inherit;font-size:11px;cursor:pointer;transition:all .12s}.hm-chat-suggestion:hover{color:#999;border-color:#555;background:#111}.hm-chat-input-area{padding:12px 16px;border-top:1px solid #333;flex-shrink:0}.hm-chat-form{border:1px solid #333;border-radius:6px;padding:8px 12px;display:flex;align-items:center;gap:0;background:transparent;transition:border-color .15s}.hm-chat-form:focus-within{border-color:#555}.hm-chat-form .prompt{color:#666;font-size:13px;white-space:nowrap;-webkit-user-select:none;user-select:none;padding-right:8px;line-height:20px}.hm-chat-form:focus-within .prompt{color:#f59e0b}.hm-chat-form input{flex:1;background:transparent;border:none;color:#fff;font-family:inherit;font-size:13px;line-height:20px;outline:none;padding:0}.hm-chat-form input::placeholder{color:#444}.hm-chat-form .send-btn{background:transparent;border:none;color:#444;padding:2px;cursor:pointer;transition:color .15s}.hm-chat-form .send-btn:not(:disabled){color:#888}.hm-chat-form .send-btn:not(:disabled):hover{color:#ccc}.hm-chat-form .send-btn:disabled{opacity:0;cursor:default}.hm-loading-dots{display:inline-flex;gap:2px;margin-left:4px}.hm-loading-dots .dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:#f59e0b;animation:hmDotPulse 1.4s ease-in-out infinite}.hm-loading-dots .dot:nth-child(2){animation-delay:.2s}.hm-loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes hmDotPulse{0%,80%,to{opacity:.3}40%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.hm-cli table{width:100%;border-collapse:collapse;font-size:13px;font-family:inherit}.hm-cli th{text-align:left;padding:6px 8px;color:#666;border-bottom:1px solid #333;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.3px}.hm-cli td{padding:6px 8px;border-bottom:1px solid #1a1a1a;color:#ccc}.hm-share-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hm-share-modal{background:#0a0a0a;border:1px solid #333;border-radius:6px;padding:24px;max-width:420px;width:90%;position:relative}.hm-cli-footer{border-top:1px solid #1a1a1a;padding:20px;text-align:center;font-size:11px;color:#555;margin-top:32px}.hm-cli-footer a{color:#555;text-decoration:none;transition:color .15s}.hm-cli-footer a:hover{color:#999}.hm-cli-footer .accent{color:#f59e0b;text-decoration:none}.hm-terminal{position:relative;min-height:100vh;background:#000;color:#ccc;font-family:SF Mono,Fira Code,JetBrains Mono,Menlo,monospace}.hm-terminal-overlay{position:relative;z-index:1001;display:flex;flex-direction:column;height:100vh}.hm-terminal-header{padding:10px 20px;border-bottom:1px solid rgba(0,250,60,.2);display:flex;align-items:center;justify-content:space-between;flex-shrink:0;background:#0009}.hm-terminal-header h1{font-size:16px;font-weight:700;color:#00fa3c;margin:0;font-family:inherit}.hm-terminal-header .subtitle{font-size:11px;color:#00fa3c66;margin-top:1px}.hm-terminal-messages{flex:1;overflow-y:auto;padding:20px 24px;background:#0000004d}.hm-terminal-messages::-webkit-scrollbar{width:6px}.hm-terminal-messages::-webkit-scrollbar-track{background:transparent}.hm-terminal-messages::-webkit-scrollbar-thumb{background:#00fa3c26;border-radius:3px}.hm-terminal-welcome{border-left:2px solid rgba(0,250,60,.25);padding-left:12px;margin-bottom:16px;color:#ccc;font-size:13px;line-height:1.65}.hm-terminal-welcome strong{color:#00fa3c;font-weight:700}.hm-terminal .hm-chat-msg-user{margin-bottom:4px;font-size:13px;line-height:1.65}.hm-terminal .hm-chat-msg-user .prefix{color:#00fa3c}.hm-terminal .hm-chat-msg-assistant{border-left-color:#00fa3c40}.hm-terminal .hm-chat-msg-assistant strong{color:#00fa3c}.hm-terminal .hm-chat-tool-badge{color:#00fa3c66}.hm-terminal-suggestions{padding:8px 24px;display:flex;flex-wrap:wrap;gap:4px;flex-shrink:0;background:#0006}.hm-terminal-suggestion{padding:2px 8px;background:transparent;border:1px solid rgba(0,250,60,.15);border-radius:3px;color:#00fa3c66;font-family:inherit;font-size:11px;cursor:pointer;transition:all .12s}.hm-terminal-suggestion:hover{color:#00fa3cb3;border-color:#00fa3c4d;background:#00fa3c0d}.hm-terminal-input{padding:12px 24px;border-top:1px solid rgba(0,250,60,.2);flex-shrink:0;background:#0009}.hm-terminal-form{border:1px solid rgba(0,250,60,.2);border-radius:6px;padding:10px 14px;display:flex;align-items:center;gap:0;background:transparent;transition:border-color .15s}.hm-terminal-form:focus-within{border-color:#00fa3c66}.hm-terminal-form .prompt{color:#00fa3c66;font-size:13px;white-space:nowrap;-webkit-user-select:none;user-select:none;padding-right:8px;line-height:20px}.hm-terminal-form:focus-within .prompt{color:#00fa3c}.hm-terminal-form input{flex:1;background:transparent;border:none;color:#00fa3c;font-family:inherit;font-size:13px;line-height:20px;outline:none;padding:0}.hm-terminal-form input::placeholder{color:#00fa3c33}.hm-terminal-form .send-btn{background:transparent;border:none;color:#00fa3c4d;padding:2px;cursor:pointer;transition:color .15s}.hm-terminal-form .send-btn:not(:disabled){color:#00fa3c80}.hm-terminal-form .send-btn:not(:disabled):hover{color:#00fa3c}.hm-terminal-form .send-btn:disabled{opacity:0;cursor:default}.hm-terminal .hm-loading-dots .dot{background:#00fa3c}.hm-matrix-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;pointer-events:auto;cursor:crosshair;opacity:.6}.hm-matrix-tooltip{position:fixed;z-index:1002;background:#000c02eb;border:1px solid rgba(0,250,60,.4);border-radius:6px;padding:8px 14px;display:flex;flex-direction:column;gap:2px;max-width:220px;animation:hmTooltipFade 3s ease-out forwards;box-shadow:0 0 16px #00fa3c26,0 4px 12px #00000080}.hm-matrix-tooltip-cmd{font-size:14px;font-weight:600;color:#00fa3c}.hm-matrix-tooltip-desc{font-size:11px;color:#00fa3c99}@keyframes hmTooltipFade{0%,70%{opacity:1}to{opacity:0}}.hm-pill-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:none;cursor:pointer;transition:all .2s;flex-shrink:0}.hm-pill-red{background:#ef444426;box-shadow:0 0 8px #ef444433}.hm-pill-red:hover{background:#ef44444d;transform:scale(1.15)}.hm-pill-blue{background:#3b82f626;box-shadow:0 0 8px #3b82f633}.hm-pill-blue:hover{background:#3b82f64d;transform:scale(1.15)}.hm-normal{min-height:100vh;background:#000;color:#ccc;font-family:SF Mono,Fira Code,JetBrains Mono,Menlo,monospace;display:flex;flex-direction:column}.hm-normal-header{padding:10px 20px;border-bottom:1px solid #333;display:flex;align-items:center;justify-content:space-between;background:#0a0a0a;flex-shrink:0}.hm-normal-main{flex:1;padding:20px;max-width:760px;width:100%;margin:0 auto}.hm-normal .hm-cli-section{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:6px;padding:16px 20px;margin-bottom:16px}.hm-normal .hm-cli-section h2{font-size:14px;font-weight:600;color:#fff;margin:0 0 12px;display:flex;align-items:center;gap:8px;font-family:inherit}@media (max-width: 900px){.hm-cli{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.hm-cli-chat{grid-column:1;grid-row:3;border-left:none;border-top:1px solid #333;height:400px}.hm-cli-main{padding:12px}}@media (max-width: 600px){.hm-cli-header,.hm-normal-header{flex-direction:column;gap:8px;align-items:flex-start;padding:10px 12px}.hm-cli-controls{width:100%;justify-content:flex-end}.hm-cli-section,.hm-normal-main{padding:12px}.hm-chat-messages{padding:10px}}
