.rmo-uf{--rmo-uf-accent:#009fe3;font-family:inherit;color:#222;box-sizing:border-box}.rmo-uf *{box-sizing:border-box}.rmo-uf--floating{position:fixed;right:22px;bottom:22px;z-index:999999}.rmo-uf-launch{border:0;border-radius:999px;background:var(--rmo-uf-accent);color:#fff;padding:14px 18px;font-size:16px;font-weight:700;box-shadow:0 8px 28px rgba(0,0,0,.2);cursor:pointer}.rmo-uf-panel{width:min(390px,calc(100vw - 28px));height:min(650px,calc(100vh - 90px));background:#fff;border-radius:18px;box-shadow:0 18px 60px rgba(0,0,0,.25);overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.08)}.rmo-uf--floating .rmo-uf-panel{position:absolute;right:0;bottom:64px}.rmo-uf--inline .rmo-uf-panel{width:100%;max-width:760px;height:auto;min-height:540px;margin:20px auto}.rmo-uf-header{background:var(--rmo-uf-accent);color:#fff;padding:15px 17px;display:flex;align-items:center;justify-content:space-between}.rmo-uf-header strong{display:block;font-size:18px}.rmo-uf-header small{display:block;opacity:.9;margin-top:2px}.rmo-uf-close{border:0;background:transparent;color:#fff;font-size:30px;line-height:1;cursor:pointer;padding:0 2px}.rmo-uf-body{flex:1;overflow:auto;padding:15px;background:#f6f8fa}.rmo-uf-message{max-width:85%;padding:10px 12px;border-radius:14px;margin:0 0 10px;line-height:1.4}.rmo-uf-message--bot{background:#fff;border:1px solid #e3e6e8;border-bottom-left-radius:4px}.rmo-uf-message--user{margin-left:auto;background:var(--rmo-uf-accent);color:#fff;border-bottom-right-radius:4px}.rmo-uf-controls{padding:12px;background:#fff;border-top:1px solid #eceff1}.rmo-uf-options{display:flex;gap:8px;flex-wrap:wrap}.rmo-uf-option,.rmo-uf-restart{border:1px solid var(--rmo-uf-accent);background:#fff;color:#222;border-radius:999px;padding:9px 12px;cursor:pointer;font-size:14px}.rmo-uf-option:hover,.rmo-uf-restart:hover{background:var(--rmo-uf-accent);color:#fff}.rmo-uf-loading{font-size:14px;color:#666;padding:5px}.rmo-uf-results{display:grid;gap:12px;margin:8px 0 12px}.rmo-uf-card{background:#fff;border:1px solid #e3e6e8;border-radius:12px;overflow:hidden}.rmo-uf-card-image{display:block;aspect-ratio:16/8;overflow:hidden;background:#eee}.rmo-uf-card-image img{width:100%;height:100%;object-fit:cover;display:block}.rmo-uf-card-body{padding:11px 12px}.rmo-uf-card-meta{font-size:11px;color:#777;margin-bottom:4px}.rmo-uf-card h3{font-size:16px;line-height:1.25;margin:0 0 6px}.rmo-uf-card h3 a{color:inherit;text-decoration:none}.rmo-uf-card p{font-size:13px;line-height:1.4;margin:0 0 8px;color:#555}.rmo-uf-more{font-size:13px;font-weight:700;color:var(--rmo-uf-accent);text-decoration:none}@media(max-width:600px){.rmo-uf--floating{right:12px;bottom:12px}.rmo-uf--floating .rmo-uf-panel{position:fixed;left:8px;right:8px;bottom:74px;width:auto;height:calc(100vh - 90px)}.rmo-uf-launch{padding:12px 15px}}

.rmo-uf-more-results {
  border: 0;
  border-radius: 999px;
  background: var(--rmo-uf-accent);
  color: #fff;
  font-weight: 700;
  padding: 10px 16px;
  cursor: pointer;
  margin-right: 8px;
}
.rmo-uf-more-results:hover { opacity: .9; }
