:root{--sshd-primary:#ff6600;--sshd-secondary:#111}.sshd-form,.sshd-card{max-width:900px;margin:24px auto;background:#fff;border:1px solid #eee;border-radius:18px;padding:24px;box-shadow:0 15px 35px rgba(0,0,0,.07)}.sshd-form h2,.sshd-card h2{margin-top:0}.sshd-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sshd-form input,.sshd-form select,.sshd-form textarea,.sshd-card input,.sshd-card select,.sshd-card textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:12px;padding:13px;margin:8px 0;background:#fff}.sshd-form button,.sshd-card button{background:var(--sshd-primary,#ff6600);color:#fff;border:0;border-radius:12px;padding:13px 22px;font-weight:700;cursor:pointer}.sshd-alert{max-width:900px;margin:20px auto;background:#eaffea;border-left:5px solid #16a34a;padding:14px;border-radius:10px}.sshd-table{width:100%;border-collapse:collapse}.sshd-table th,.sshd-table td{padding:12px;border-bottom:1px solid #eee;text-align:left}.sshd-badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#fff3e9;color:#c2410c;font-weight:700;font-size:12px}.sshd-message,.sshd-reply{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin:12px 0}.sshd-reply small{display:block;color:#777;margin-top:3px}#sshd-chat{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:inherit}#sshd-chat-btn{background:#ff6600;color:#fff;border:0;border-radius:999px;padding:14px 20px;font-weight:800;box-shadow:0 15px 30px rgba(0,0,0,.25);cursor:pointer}#sshd-chat-box{display:none;width:340px;max-width:calc(100vw - 32px);background:#fff;border-radius:18px;box-shadow:0 18px 55px rgba(0,0,0,.25);overflow:hidden;border:1px solid #eee}.sshd-chat-head{background:#111;color:#fff;padding:14px 16px;font-weight:800}.sshd-chat-head span{float:right;cursor:pointer;font-size:20px}.sshd-chat-input{display:flex;gap:6px;padding:10px;border-top:1px solid #eee}.sshd-chat-input input{flex:1;border:1px solid #ddd;border-radius:10px;padding:10px}.sshd-chat-input button{background:#ff6600;color:#fff;border:0;border-radius:10px;padding:10px 12px}.sshd-ticket-link{display:block;padding:0 12px 12px;color:#ff6600;font-weight:700}.bot,.user{margin:10px;padding:10px;border-radius:12px}.bot{background:#f1f5f9}.user{background:#fff3e9;text-align:right}@media(max-width:700px){.sshd-grid{grid-template-columns:1fr}.sshd-form,.sshd-card{padding:16px;margin:14px}.sshd-table{font-size:13px}}
.sshd-chat-extra{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px;border-top:1px solid #eee}.sshd-chat-extra input{padding:9px;border:1px solid #ddd;border-radius:9px}.sshd-ai-summary{background:#fff7ef;border-left:4px solid #ff6600;padding:12px;border-radius:10px;margin:12px 0}.sshd-thinking{opacity:.75;font-style:italic}
#sshd-chat-btn{display:inline-flex;align-items:center;gap:9px}#sshd-chat-btn img{width:24px;height:24px;object-fit:contain;border-radius:6px}#sshd-chat-log{max-height:330px;overflow-y:auto}.sshd-related{margin:6px 10px 12px;padding:9px 12px;border-left:3px solid #ff6600;background:#fff7ed;border-radius:8px;font-size:12px}.sshd-related strong{display:block;margin-bottom:3px}
