*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#ffffff;--sidebar:#f9f9f9;--text:#0d0d0d;--text-soft:#5d5d5d;--muted:#8e8e8e;
  --border:#e5e5e5;--hover:#ececec;--user-bubble:#f4f4f4;--black:#0d0d0d;--white:#fff;
  --radius:18px;--max:760px;
  --scrollbar:#d0d0d0;--scrollbar-hover:#b5b5b5;--field-bg:#fafafa;--field-focus:#fff;--disabled:#d4d4d4;
}
[data-theme="dark"]{
  --bg:#212121;--sidebar:#171717;--text:#ececec;--text-soft:#c4c4c4;--muted:#9a9a9a;
  --border:#3a3a3a;--hover:#2f2f2f;--user-bubble:#2f2f2f;--black:#ececec;--white:#2a2a2a;
  --scrollbar:#4a4a4a;--scrollbar-hover:#5d5d5d;--field-bg:#1e1e1e;--field-focus:#262626;--disabled:#3a3a3a;
}
html,body{height:100%}
body.hsy-body{background:var(--bg);color:var(--text);font-family:var(--hsy-font);overflow:hidden;-webkit-font-smoothing:antialiased}
#hsy-app{height:100vh;height:100dvh;display:flex;flex-direction:column}
button{font-family:inherit;cursor:pointer}
a{color:inherit}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:8px}
::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}

.hsy-boot{height:100vh;display:flex;align-items:center;justify-content:center}
.hsy-spinner{width:34px;height:34px;border:3px solid var(--border);border-top-color:var(--black);border-radius:50%;animation:hsyspin .8s linear infinite}
@keyframes hsyspin{to{transform:rotate(360deg)}}

.hsy-shell{display:flex;height:100vh;height:100dvh;width:100%}

/* Sidebar */
.hsy-sidebar{width:270px;background:var(--sidebar);border-left:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;transition:margin .25s ease}
.hsy-sidebar-top{padding:12px;display:flex;flex-direction:column;gap:8px}
.hsy-new-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--black);color:var(--white);border:none;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:600;width:100%}
.hsy-new-btn:hover{opacity:.88}
.hsy-conv-list{flex:1;overflow-y:auto;padding:6px 8px}
.hsy-conv-group-label{font-size:11px;color:var(--muted);padding:10px 10px 6px;font-weight:600}
.hsy-conv-item{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:10px 12px;border-radius:10px;font-size:13.5px;color:var(--text-soft);cursor:pointer;margin-bottom:2px;position:relative}
.hsy-conv-item:hover{background:var(--hover)}
.hsy-conv-item.active{background:var(--hover);color:var(--text);font-weight:600}
.hsy-conv-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}
.hsy-conv-del{opacity:0;background:none;border:none;color:var(--muted);font-size:16px;padding:2px 4px;border-radius:6px;flex-shrink:0}
.hsy-conv-item:hover .hsy-conv-del{opacity:1}
.hsy-conv-del:hover{background:var(--hover);color:var(--text)}
.hsy-sidebar-bottom{padding:10px;border-top:1px solid var(--border)}
.hsy-side-link{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;font-size:13.5px;color:var(--text-soft);background:none;border:none;width:100%;text-align:right}
.hsy-side-link:hover{background:var(--hover);color:var(--text)}
.hsy-side-link svg{width:18px;height:18px;flex-shrink:0}

/* Main */
.hsy-main{flex:1;display:flex;flex-direction:column;min-width:0;position:relative}
.hsy-topbar{height:54px;display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid transparent;flex-shrink:0}
.hsy-icon-btn{background:none;border:none;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text)}
.hsy-icon-btn:hover{background:var(--hover)}
.hsy-icon-btn svg{width:21px;height:21px}
.hsy-model-select{position:relative}
.hsy-model-btn{display:flex;align-items:center;gap:6px;background:none;border:none;font-size:16px;font-weight:600;color:var(--text);padding:8px 12px;border-radius:10px}
.hsy-model-btn:hover{background:var(--hover)}
.hsy-model-btn .chev{width:14px;height:14px;color:var(--muted)}
.hsy-model-menu{position:absolute;top:46px;right:0;background:var(--white);border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 36px rgba(0,0,0,.14);min-width:240px;padding:6px;z-index:40}
.hsy-model-opt{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px;border-radius:10px;font-size:14px;cursor:pointer}
.hsy-model-opt:hover{background:var(--hover)}
.hsy-model-opt .free-tag{font-size:11px;border:1px solid var(--border);padding:1px 7px;border-radius:20px;color:var(--muted)}
.hsy-model-opt.locked{opacity:.5}
.hsy-model-opt.locked:hover{opacity:.7;background:var(--hover)}
.hsy-lock-tag{font-size:10.5px;border:1px solid var(--border);padding:1px 8px;border-radius:20px;color:var(--muted);white-space:nowrap;flex-shrink:0}
.hsy-topbar-spacer{flex:1}
.hsy-login-btn{background:var(--black);color:var(--white);border:none;padding:9px 18px;border-radius:20px;font-size:13.5px;font-weight:600}

/* Messages */
.hsy-messages{flex:1;overflow-y:auto;padding:20px 0 10px}
.hsy-thread{max-width:var(--max);margin:0 auto;padding:0 18px}
.hsy-msg{display:flex;gap:14px;margin-bottom:26px;animation:hsymsg .25s ease}
@keyframes hsymsg{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.hsy-msg.user{flex-direction:row-reverse}
.hsy-avatar{width:30px;height:30px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:var(--black);color:var(--white)}
.hsy-msg.user .hsy-avatar{background:var(--user-bubble);color:var(--text)}
.hsy-msg-col{min-width:0;max-width:100%}
.hsy-msg.user .hsy-msg-col{display:flex;flex-direction:column;align-items:flex-start}
.hsy-bubble{font-size:15.5px;line-height:2;word-wrap:break-word;overflow-wrap:break-word}
.hsy-msg.user .hsy-bubble{background:var(--user-bubble);padding:11px 16px;border-radius:var(--radius);display:inline-block}
.hsy-msg-actions{display:flex;gap:4px;margin-top:8px;opacity:0;transition:.15s}
.hsy-msg:hover .hsy-msg-actions{opacity:1}
.hsy-copy-btn{background:none;border:none;color:var(--muted);font-size:12px;display:flex;align-items:center;gap:5px;padding:5px 8px;border-radius:8px}
.hsy-copy-btn:hover{background:var(--hover);color:var(--text)}
.hsy-copy-btn svg{width:15px;height:15px}
.hsy-attach-preview{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}
.hsy-attach-preview img{max-width:200px;max-height:200px;border-radius:12px;border:1px solid var(--border)}
.hsy-attach-file{display:flex;align-items:center;gap:8px;background:var(--user-bubble);padding:8px 12px;border-radius:10px;font-size:13px}

/* Markdown content */
.hsy-bubble h1,.hsy-bubble h2,.hsy-bubble h3{margin:16px 0 8px;line-height:1.5;font-weight:700}
.hsy-bubble h1{font-size:21px}.hsy-bubble h2{font-size:18px}.hsy-bubble h3{font-size:16px}
.hsy-bubble p{margin:0 0 12px}
.hsy-bubble p:last-child{margin-bottom:0}
.hsy-bubble ul,.hsy-bubble ol{margin:0 0 12px;padding-right:24px}
.hsy-bubble li{margin-bottom:6px}
.hsy-bubble a{text-decoration:underline}
.hsy-bubble blockquote{border-right:3px solid var(--border);padding:2px 14px;color:var(--text-soft);margin:0 0 12px}
.hsy-bubble table{border-collapse:collapse;width:100%;margin:0 0 14px;font-size:14px;display:block;overflow-x:auto}
.hsy-bubble th,.hsy-bubble td{border:1px solid var(--border);padding:8px 12px;text-align:right}
.hsy-bubble th{background:var(--user-bubble);font-weight:700}
.hsy-bubble :not(pre)>code{background:var(--user-bubble);padding:2px 6px;border-radius:6px;font-size:13.5px;font-family:'Courier New',monospace;direction:ltr;display:inline-block}
.hsy-code-block{margin:0 0 14px;border-radius:12px;overflow:hidden;border:1px solid var(--border)}
.hsy-code-head{display:flex;align-items:center;justify-content:space-between;background:#171717;color:#ccc;padding:7px 14px;font-size:12px;direction:ltr}
.hsy-code-head button{background:none;border:none;color:#ccc;font-size:12px;display:flex;align-items:center;gap:5px}
.hsy-code-head button:hover{color:#fff}
.hsy-code-block pre{margin:0;padding:14px;overflow-x:auto;background:#0d0d0d;direction:ltr}
.hsy-code-block code{font-family:'Courier New',monospace;font-size:13.5px;line-height:1.6}
.hsy-bubble img.hsy-gen-img{max-width:100%;border-radius:14px;border:1px solid var(--border);margin-top:6px}

/* Typing */
.hsy-typing{display:flex;gap:5px;padding:6px 0}
.hsy-typing span{width:8px;height:8px;background:var(--muted);border-radius:50%;animation:hsyblink 1.2s infinite}
.hsy-typing span:nth-child(2){animation-delay:.2s}
.hsy-typing span:nth-child(3){animation-delay:.4s}
@keyframes hsyblink{0%,60%,100%{opacity:.3}30%{opacity:1}}

/* Welcome */
.hsy-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}
.hsy-welcome h2{font-size:28px;font-weight:700;margin-bottom:8px}
.hsy-welcome p{color:var(--text-soft);font-size:15px}

/* Composer */
.hsy-composer-wrap{padding:0 18px 18px;flex-shrink:0}
.hsy-composer{max-width:var(--max);margin:0 auto;background:var(--white);border:1px solid var(--border);border-radius:26px;box-shadow:0 2px 14px rgba(0,0,0,.06);padding:8px 8px 8px 8px}
.hsy-composer:focus-within{border-color:#bdbdbd}
.hsy-attach-bar{display:flex;flex-wrap:wrap;gap:8px;padding:6px 8px 0}
.hsy-attach-chip{display:flex;align-items:center;gap:6px;background:var(--user-bubble);border-radius:10px;padding:6px 10px;font-size:12.5px;max-width:200px}
.hsy-attach-chip img{width:32px;height:32px;border-radius:6px;object-fit:cover}
.hsy-attach-chip .x{background:none;border:none;color:var(--muted);font-size:15px}
.hsy-composer-row{display:flex;align-items:flex-end;gap:6px}
.hsy-textarea{flex:1;border:none;outline:none;resize:none;font-family:inherit;font-size:15.5px;line-height:1.6;max-height:200px;padding:10px 8px;background:none;color:var(--text)}
.hsy-textarea::placeholder{color:var(--muted)}
.hsy-comp-btn{background:none;border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-soft);flex-shrink:0}
.hsy-comp-btn:hover{background:var(--hover)}
.hsy-comp-btn svg{width:21px;height:21px}
.hsy-send-btn{background:var(--black);color:var(--white)}
.hsy-send-btn:hover{opacity:.85;background:var(--black)}
.hsy-send-btn:disabled{background:var(--disabled);cursor:default}
.hsy-tools-menu{position:absolute;bottom:64px;background:var(--white);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:6px;z-index:30}
.hsy-tools-menu button{display:flex;align-items:center;gap:10px;width:100%;background:none;border:none;padding:11px 14px;border-radius:10px;font-size:14px;text-align:right;color:var(--text)}
.hsy-tools-menu button:hover{background:var(--hover)}
.hsy-tools-menu svg{width:18px;height:18px}
.hsy-composer-hint{text-align:center;font-size:11.5px;color:var(--muted);margin-top:8px}
.hsy-plan-toggle.active{background:var(--black);color:var(--white)}
.hsy-plan-toggle.active:hover{background:var(--black);opacity:.88}

/* Plan mode (road-map) */
.hsy-road-planning{display:flex;align-items:center;gap:8px;color:var(--text-soft);font-size:13.5px;padding:6px 0}
.hsy-road-planning svg{width:18px;height:18px;animation:hsyroadpulse 1.4s ease-in-out infinite}
@keyframes hsyroadpulse{0%,100%{opacity:.35}50%{opacity:1}}
.hsy-msg.hsy-road-msg .hsy-bubble{background:linear-gradient(135deg,rgba(13,13,13,.045),rgba(13,13,13,.01));border:1px solid var(--border);border-radius:16px;padding:16px 18px}
[data-theme="dark"] .hsy-msg.hsy-road-msg .hsy-bubble{background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.015))}
.hsy-road-head{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:var(--text-soft);margin-bottom:6px}
.hsy-road-head svg{width:16px;height:16px}
.hsy-road-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.hsy-road-btn{border:none;border-radius:10px;padding:9px 16px;font-size:13px;font-weight:600}
.hsy-road-btn.confirm{background:var(--black);color:var(--white)}
.hsy-road-btn.confirm:hover{opacity:.88}
.hsy-road-btn.revise{background:var(--user-bubble);color:var(--text)}
.hsy-road-btn.revise:hover{background:var(--hover)}
.hsy-road-btn.cancel{background:none;color:var(--muted);border:1px solid var(--border)}
.hsy-road-btn.cancel:hover{color:var(--text);border-color:#bbb}
.hsy-road-status{margin-top:10px;font-size:12.5px;color:var(--muted)}

/* Modal */
.hsy-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100;display:flex;align-items:center;justify-content:center;padding:18px}
.hsy-overlay[hidden]{display:none}
.hsy-modal{background:var(--white);border-radius:20px;width:100%;max-width:440px;padding:28px;max-height:90vh;overflow-y:auto;animation:hsymodal .2s ease}
@keyframes hsymodal{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}
.hsy-modal-wide{max-width:640px}
.hsy-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.hsy-modal-head h2{font-size:20px;font-weight:700}
.hsy-modal-close{background:none;border:none;font-size:24px;color:var(--muted);line-height:1}
.hsy-modal label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}
.hsy-modal input,.hsy-modal textarea,.hsy-modal select{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:12px;font-family:inherit;font-size:15px;margin-bottom:16px;background:var(--field-bg);color:var(--text)}
.hsy-modal input:focus,.hsy-modal textarea:focus{outline:none;border-color:var(--black);background:var(--field-focus)}
.hsy-modal-btn{width:100%;background:var(--black);color:var(--white);border:none;padding:13px;border-radius:12px;font-size:15px;font-weight:600}
.hsy-modal-btn:hover{opacity:.88}
.hsy-modal-btn:disabled{background:#ccc}
.hsy-modal-msg{font-size:13px;padding:10px 14px;border-radius:10px;margin-bottom:14px;text-align:center}
.hsy-modal-msg.err{background:var(--user-bubble);color:var(--text);border:1px solid var(--border)}
.hsy-modal-msg.ok{background:var(--black);color:var(--white)}
.hsy-auth-tabs{display:flex;gap:6px;margin-bottom:20px;background:var(--user-bubble);padding:4px;border-radius:12px}
.hsy-auth-tab{flex:1;background:none;border:none;padding:10px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--text-soft)}
.hsy-auth-tab.active{background:var(--white);color:var(--text);box-shadow:0 1px 3px rgba(0,0,0,.08)}
.hsy-auth-form{display:none}
.hsy-auth-form.active{display:block}

/* Plans */
.hsy-plans{display:grid;gap:14px}
.hsy-plan{border:1px solid var(--border);border-radius:16px;padding:20px}
.hsy-plan h3{font-size:17px;margin-bottom:8px}
.hsy-plan .price{font-size:24px;font-weight:800;margin-bottom:4px}
.hsy-plan .price small{font-size:13px;font-weight:400;color:var(--muted)}
.hsy-plan ul{list-style:none;margin:14px 0;font-size:13.5px;color:var(--text-soft)}
.hsy-plan li{padding:5px 0;display:flex;align-items:center;gap:8px}
.hsy-plan li::before{content:'✓';font-weight:700;color:var(--black)}
.hsy-plan-btn{width:100%;background:var(--black);color:var(--white);border:none;padding:12px;border-radius:12px;font-weight:600;font-size:14px}
.hsy-plan-btn:hover{opacity:.88}

/* Tickets */
.hsy-ticket-list{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.hsy-ticket-card{border:1px solid var(--border);border-radius:12px;padding:14px;cursor:pointer}
.hsy-ticket-card:hover{border-color:#bbb}
.hsy-ticket-card .subj{font-weight:600;font-size:14px;margin-bottom:4px}
.hsy-ticket-card .st{font-size:12px;color:var(--muted)}
.hsy-back-link{background:none;border:none;color:var(--text-soft);font-size:13px;margin-bottom:14px}
.hsy-tk-thread{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;max-height:340px;overflow-y:auto}
.hsy-tk-msg{padding:12px;border-radius:12px;font-size:13.5px;line-height:1.8;max-width:85%}
.hsy-tk-msg.user{background:var(--user-bubble);align-self:flex-start}
.hsy-tk-msg.admin{background:var(--black);color:var(--white);align-self:flex-end}
.hsy-tk-meta{font-size:11px;opacity:.7;margin-bottom:4px}

/* Toast */
.hsy-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--black);color:var(--white);padding:12px 22px;border-radius:30px;font-size:13.5px;z-index:200;animation:hsytoast .3s;box-shadow:0 6px 20px rgba(0,0,0,.25)}
@keyframes hsytoast{from{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%,0)}}

/* Mobile */
.hsy-backdrop{display:none}
@media(max-width:820px){
  .hsy-sidebar{position:fixed;top:0;right:0;bottom:0;z-index:60;margin-right:-280px}
  .hsy-shell.sidebar-open .hsy-sidebar{margin-right:0;box-shadow:-8px 0 30px rgba(0,0,0,.2)}
  .hsy-shell.sidebar-open .hsy-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:55}
  .hsy-menu-toggle{display:flex}
  :root{--max:100%}
}
@media(min-width:821px){
  .hsy-menu-toggle{display:none}
}

/* Model logos, theme toggle, typing cursor */
.hsy-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.hsy-avatar.has-logo{background:transparent}
.hsy-model-btn-logo{width:20px;height:20px;border-radius:5px;object-fit:cover;flex-shrink:0}
.hsy-model-opt-main{display:flex;align-items:center;gap:9px;min-width:0}
.hsy-model-opt-logo{width:22px;height:22px;border-radius:6px;object-fit:cover;flex-shrink:0}
.hsy-type-cursor{display:inline-block;width:7px;height:1.05em;background:var(--text);margin-right:2px;vertical-align:-2px;border-radius:1px;animation:hsycursor .9s steps(1) infinite}
@keyframes hsycursor{0%,50%{opacity:1}50.01%,100%{opacity:0}}

.hsy-image-progress{display:flex;align-items:center;gap:12px;min-height:48px;padding:10px 14px;border:1px solid var(--border);border-radius:16px;background:var(--white);font-size:14px;color:var(--text-soft)}
.hsy-image-orbit{position:relative;width:28px;height:28px;flex:0 0 28px;animation:hsy-orbit 1.8s linear infinite}
.hsy-image-orbit i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--text);left:10px;top:0;transform-origin:4px 14px;opacity:.9}
.hsy-image-orbit i:nth-child(2){transform:rotate(120deg)}
.hsy-image-orbit i:nth-child(3){transform:rotate(240deg)}
@keyframes hsy-orbit{to{transform:rotate(360deg)}}

@media(max-width:560px){
  .hsy-composer-wrap{padding:0 max(10px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}
  .hsy-composer{border-radius:20px;padding:7px}
  .hsy-comp-btn{width:42px;height:42px}
  .hsy-modal{width:calc(100% - 24px);padding:20px;border-radius:16px;max-height:calc(100dvh - 24px)}
  .hsy-modal input,.hsy-modal textarea,.hsy-modal select{font-size:16px}
  .hsy-toast{width:calc(100% - 28px);max-width:420px;text-align:center;bottom:max(16px,env(safe-area-inset-bottom));padding:12px 16px}
  .hsy-image-progress{width:100%;font-size:13px}
}

@media(prefers-reduced-motion:reduce){
  .hsy-image-orbit,.hsy-spinner,.hsy-typing span,.hsy-type-cursor{animation:none}
}

.hsy-feature-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.hsy-feature-row{width:100%;border:1px solid var(--border);background:var(--white);color:var(--text);padding:12px 14px;border-radius:12px;text-align:right;font:inherit;font-size:14px}
.hsy-feature-row:hover,.hsy-feature-row.active{background:var(--hover);border-color:var(--text-soft)}
.hsy-image-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-height:80px;align-content:start;color:var(--muted)}
.hsy-gallery-item{position:relative;border:0;padding:0;overflow:hidden;border-radius:12px;background:var(--hover);aspect-ratio:1}
.hsy-gallery-item>button:first-child{display:block;width:100%;height:100%;border:0;padding:0;background:none;cursor:pointer}
.hsy-gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .2s ease}
.hsy-gallery-item:hover img{transform:scale(1.04)}

.hsy-gen-img-wrap{position:relative;display:inline-block;max-width:100%}
.hsy-gen-img-wrap .hsy-gen-img{display:block;border-radius:12px}
.hsy-img-download{position:absolute;bottom:10px;left:10px;width:34px;height:34px;border-radius:50%;border:none;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease,background .15s ease}
.hsy-img-download svg{width:17px;height:17px}
.hsy-img-download:hover{background:rgba(0,0,0,.75)}
.hsy-gen-img-wrap:hover .hsy-img-download,.hsy-gallery-item:hover .hsy-img-download{opacity:1}
@media(hover:none){.hsy-img-download{opacity:1}}
.hsy-table-wrap{width:100%;overflow-x:auto;margin:14px 0;border:1px solid var(--border);border-radius:12px}
.hsy-bubble table{width:100%;min-width:460px;border-collapse:collapse;font-size:13px;background:var(--white)}
.hsy-bubble th,.hsy-bubble td{padding:10px 12px;border-bottom:1px solid var(--border);text-align:right;vertical-align:top;line-height:1.7}
.hsy-bubble th{background:var(--hover);font-weight:700;white-space:nowrap}
.hsy-bubble tr:last-child td{border-bottom:0}
.hsy-code-block{max-width:100%;overflow:hidden;border-radius:12px}
.hsy-code-block pre{max-width:100%;overflow:auto;margin:0;direction:ltr;text-align:left}
@media(max-width:560px){.hsy-image-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.hsy-feature-row{min-height:44px}.hsy-bubble table{font-size:12px}}
