:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background:#f3f4f6}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.layout{min-height:100vh;display:grid;grid-template-columns:360px 1fr}.sidebar{border-right:1px solid #d1d5db;background:#fff;padding:20px;display:flex;flex-direction:column;gap:16px}.reader{padding:24px}.panel,.chapter{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:16px}.panel h1,.panel h2,.reader h2{margin:0}.panel-header,.reader-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel label{display:block;margin:0 0 6px;font-size:.9rem;font-weight:600}.panel select,.panel input{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.search-row{display:grid;grid-template-columns:1fr auto;gap:8px}.search-row button{border:0;border-radius:8px;padding:10px 14px;background:#0f172a;color:#fff;cursor:pointer}.reader-nav{display:flex;gap:8px}.ghost-button{border:1px solid #cbd5e1;border-radius:8px;padding:10px 14px;background:#fff;color:#0f172a;cursor:pointer}.ghost-button:disabled{opacity:.5;cursor:not-allowed}.results{min-height:0;overflow:auto}.result-item{width:100%;text-align:left;display:flex;flex-direction:column;gap:4px;padding:12px;margin-top:10px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;cursor:pointer}.result-item em{font-style:normal;background:#fde68a}.verses{display:flex;flex-direction:column;gap:14px}.verses p{margin:0;font-size:1.03rem}.verses sup{color:#64748b;font-weight:700}.muted{color:#64748b}.small{font-size:.88rem}.brand h1{font-size:1.2rem;margin-bottom:4px}.nav-tabs{display:flex;gap:4px;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:4px}.tab{flex:1;border:none;border-radius:6px;padding:8px 10px;background:transparent;color:#6b7280;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .15s,color .15s}.tab--active{background:#0f172a;color:#fff}.temas-list{display:flex;flex-direction:column;gap:6px}.temas-list h2{margin-bottom:4px}.tema-chip{display:flex;align-items:center;gap:8px;width:100%;text-align:left;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;background:#f8fafc;cursor:pointer;transition:border-color .15s,background .15s}.tema-chip:hover{border-color:var(--tema-color, #6b7280);background:#fff}.tema-chip--active{border-color:var(--tema-color, #6b7280);background:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--tema-color, #6b7280) 25%,transparent)}.tema-dot{width:10px;height:10px;border-radius:50%;background:var(--tema-color, #6b7280);flex-shrink:0}.tema-name{flex:1;font-weight:500}.tema-count{margin-left:auto}.search-verse{padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;cursor:pointer;margin-bottom:10px;transition:border-color .15s}.search-verse:hover{border-color:#94a3b8}.search-verse-ref{margin:0 0 4px;font-size:.88rem;color:#475569}.search-verse-text{margin:0;font-size:1rem}.search-verse-text em{font-style:normal;background:#fde68a}.tema-pagination{margin-top:16px;text-align:center}.chat-widget{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:Inter,system-ui,sans-serif}.chat-bubble{width:56px;height:56px;border-radius:50%;border:none;background:#0f172a;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #0f172a4d;transition:transform .2s,background .2s}.chat-bubble:hover{transform:scale(1.1);background:#1e293b}.chat-bubble--open{transform:rotate(45deg)}.chat-panel{position:absolute;bottom:80px;right:0;width:360px;height:500px;background:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:16px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.chat-header h3{margin:0 0 4px;font-size:1rem}.chat-header p{margin:0}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-message{display:flex;gap:8px}.chat-message p{margin:0;padding:10px 12px;border-radius:8px;line-height:1.4;font-size:.95rem}.chat-message--user p{background:#0f172a;color:#fff;margin-left:auto;max-width:80%}.chat-message--assistant p{background:#f1f5f9;color:#1e293b;max-width:80%}.chat-message--error p{background:#fee2e2;color:#991b1b;max-width:80%}.verse-link{color:#0f172a;text-decoration:underline;cursor:pointer;font-weight:500}.verse-link:hover{color:#1e293b}.chat-footer{padding:12px;border-top:1px solid #e5e7eb;background:#f8fafc}.chat-input-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:8px}.chat-input-row input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem}.chat-input-row button{padding:8px 12px;border:none;border-radius:6px;background:#0f172a;color:#fff;cursor:pointer;font-weight:500;font-size:.9rem}.chat-input-row button:disabled{opacity:.5;cursor:not-allowed}.chat-slide-enter-active,.chat-slide-leave-active{transition:all .2s ease}.chat-slide-enter-from,.chat-slide-leave-to{opacity:0;transform:translateY(20px) scale(.95)}@media (max-width: 900px){.layout{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #d1d5db}.chat-panel{width:calc(100vw - 40px);height:400px}}
