/* ORDO v2.96 · Biblioteca · spacing, lookup and genre */
#bibliotecaModule{box-sizing:border-box!important}
#bibliotecaModule .ordo-library{width:100%!important;max-width:1600px!important;margin:0 auto!important;padding:24px clamp(22px,2.2vw,36px) 42px!important;box-sizing:border-box!important}
#bibliotecaModule .ordo-library-head{margin-bottom:16px!important}

/* Buscador: una sola lupa y separación real con el placeholder */
#bibliotecaModule .ordo-library-search{position:relative!important}
#bibliotecaModule .ordo-library-search svg{left:17px!important;top:50%!important;width:17px!important;height:17px!important;transform:translateY(-50%)!important;z-index:2!important;pointer-events:none!important}
#bibliotecaModule .ordo-library-search input{padding:0 44px 0 54px!important;-webkit-appearance:none!important;appearance:none!important;background-image:none!important}
#bibliotecaModule .ordo-library-search input::-webkit-search-decoration,
#bibliotecaModule .ordo-library-search input::-webkit-search-cancel-button,
#bibliotecaModule .ordo-library-search input::-webkit-search-results-button,
#bibliotecaModule .ordo-library-search input::-webkit-search-results-decoration{display:none!important;-webkit-appearance:none!important}

/* Género en las tarjetas */
#bibliotecaModule .ordo-library-meta-line{margin:5px 0 0;color:#717D92;font-size:9.5px;font-weight:650;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Autocompletado de ficha */
.ordo-library-form-grid>.full{grid-column:1/-1}
.ordo-library-title-field{position:relative}
.ordo-library-lookup-status{min-height:15px;margin-top:1px;color:#778399;font-size:9.5px;font-weight:600;line-height:1.4}
.ordo-library-lookup-status a{color:#9385FF;text-decoration:none;font-weight:800}
.ordo-library-lookup-status a:hover{text-decoration:underline}
.ordo-library-lookup-results{display:grid;gap:5px;margin-top:4px;padding:6px;border:1px solid #293449;border-radius:11px;background:#0B121D;box-shadow:0 14px 34px rgba(0,0,0,.25)}
.ordo-library-lookup-results[hidden]{display:none!important}
.ordo-library-lookup-option{width:100%;min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);gap:9px;align-items:center;border:0;border-radius:8px;background:transparent;color:#E9EDF5;padding:6px;text-align:left;cursor:pointer}
.ordo-library-lookup-option:hover,.ordo-library-lookup-option:focus-visible{background:#151E2D;outline:none}
.ordo-library-lookup-cover{width:38px;height:52px;border-radius:6px;overflow:hidden;background:#182234;display:grid;place-items:center;color:#9184FF;font-size:15px;font-weight:900}
.ordo-library-lookup-cover img{width:100%;height:100%;display:block;object-fit:cover}
.ordo-library-lookup-copy{display:block;min-width:0}
.ordo-library-lookup-copy strong{display:block;color:#F2F4F8;font-size:11px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ordo-library-lookup-copy small{display:block;margin-top:4px;color:#7E899D;font-size:9px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Vista previa de portada dentro de Nueva ficha */
.ordo-library-cover-editor{display:grid;grid-template-columns:62px minmax(0,1fr);gap:11px;align-items:end}
.ordo-library-cover-editor>label{min-width:0}
.ordo-library-cover-preview{width:62px;height:86px;border:1px solid #293449;border-radius:9px;overflow:hidden;background:linear-gradient(145deg,#202C42,#111925);display:grid;place-items:center;color:#9184FF;font-size:22px;font-weight:900;box-sizing:border-box}
.ordo-library-cover-preview img{width:100%;height:100%;display:block;object-fit:cover}

html[data-theme="light"] .ordo-library-lookup-results{background:#FFFFFF;border-color:#D7DEE9;box-shadow:0 14px 34px rgba(15,23,42,.12)}
html[data-theme="light"] .ordo-library-lookup-option{color:#172033}
html[data-theme="light"] .ordo-library-lookup-option:hover,html[data-theme="light"] .ordo-library-lookup-option:focus-visible{background:#F1F4F9}
html[data-theme="light"] .ordo-library-lookup-copy strong{color:#111827}
html[data-theme="light"] .ordo-library-cover-preview{background:#F3F5F9;border-color:#D7DEE9}

@media(max-width:900px){#bibliotecaModule .ordo-library{padding:18px 16px 32px!important}}
@media(max-width:760px){#bibliotecaModule .ordo-library{padding:14px 12px 28px!important}.ordo-library-cover-editor{grid-template-columns:54px minmax(0,1fr)}.ordo-library-cover-preview{width:54px;height:76px}}
