@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#cbd5e1 #f1f5f9}body,html{background:#fff!important;color:#1e3a8a;font-family:Inter,sans-serif}#root,body,html{min-height:100vh}#root{background:#fff}.nav-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #0000000d;justify-content:flex-start;left:0;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.logo,.nav-container{align-items:center;display:flex}.logo{color:#1e3a8a;font-size:1.25rem;font-weight:800;gap:.5rem;letter-spacing:-.5px;margin-right:3rem;text-decoration:none!important}.logo:hover{color:#1e3a8a;text-decoration:none}.nav-links{align-items:center;display:flex;flex-grow:1;font-size:.95rem;font-weight:500;gap:2rem}.nav-link{color:#64748b;transition:color .2s}.nav-link,.nav-link:hover{text-decoration:none!important}.nav-link:hover{color:#1e3a8a}.nav-link.active{color:#1e3a8a;font-weight:600}.lang-toggle{background:#0000;border:1px solid #e2e8f0;border-radius:99px;color:#64748b;cursor:pointer;font-size:.85rem;margin-left:1rem;padding:.25rem .75rem;text-decoration:none!important}.lang-toggle:hover{background:#f1f5f9;color:#1e3a8a;text-decoration:none!important}.hero-container{margin:0 auto;max-width:800px;padding-bottom:3rem;padding-top:8rem;text-align:center}.hero-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(45deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:.5rem}.chat-container{margin:0 auto;max-width:800px;padding:6rem 1rem 8rem}.chat-messages{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.chat-message{border-radius:1rem;display:flex;gap:1rem;padding:1rem}.chat-message.user{background-color:#fff;border:1px solid #e2e8f0cc;box-shadow:0 2px 4px #00000005}.chat-message.assistant{background-color:#f8fafc;border:1px solid #e2e8f0cc}.chat-message-content{color:#1e293b;flex:1 1;line-height:1.6;white-space:pre-wrap}.chat-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:1.2rem;height:36px;justify-content:center;width:36px}.chat-avatar.user{background:#e0e7ff}.chat-avatar.assistant{background:#dbeafe}.chat-input-container{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:2rem;bottom:2rem;box-shadow:0 4px 20px #0000001a;display:flex;gap:.5rem;left:50%;max-width:800px;padding:.6rem .75rem;position:fixed;transform:translateX(-50%);width:100%;z-index:900}.chat-input{background:#0000;border:none;color:#1e293b;flex:1 1;font-family:Inter,sans-serif;font-size:1rem;outline:none;padding:.5rem}.chat-input::placeholder{color:#94a3b8}.chat-submit-btn{align-items:center;background:#1e3a8a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .2s;width:40px}.chat-submit-btn:hover{background:#3b82f6}.chat-submit-btn:disabled{background:#94a3b8;cursor:not-allowed}.suggestions-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin:2rem auto;max-width:600px;padding:0 1rem}.suggestion-btn{background-color:#fff;border:none;border-radius:.75rem;box-shadow:0 2px 8px #0000001a;color:#1e3a8a;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.suggestion-btn:hover{background-color:#f8fafc;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.suggestion-btn:active{transform:translateY(0)}.sources-container{margin-top:1rem}.sources-header{align-items:center;background-color:#0f172a;border-radius:.5rem;color:#fff;display:flex;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.sources-list{margin-top:.5rem}.source-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:.75rem;padding:1rem}.source-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.source-title{color:#1e3a8a;font-size:.95rem;font-weight:600}.source-meta{color:#64748b;font-size:.85rem;margin-bottom:.5rem}.source-preview{border-left:3px solid #3b82f6;color:#334155;font-size:.9rem;font-style:italic;line-height:1.5;margin-top:.5rem;padding-left:.75rem}.read-more-btn{background:#0000;border:1px solid #e2e8f0;border-radius:.25rem;color:#3b82f6;cursor:pointer;font-size:.85rem;margin-top:.5rem;padding:.25rem .75rem}.read-more-btn:hover{background:#f1f5f9}.library-container{margin:0 auto;max-width:1200px;padding:6rem 2rem 2rem}.library-title{color:#1e3a8a;font-size:2rem;font-weight:700;margin-bottom:.5rem}.library-desc{color:#64748b;margin-bottom:2rem}.volumes-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.volumes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.volumes-grid{grid-template-columns:1fr}}.volume-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 2px 8px #00000014;cursor:pointer;display:block;padding:1rem;text-align:center;text-decoration:none;transition:all .3s ease}.volume-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-4px)}.volume-card img{border-radius:.5rem;height:auto;margin-bottom:.8rem;max-width:100%}.volume-card-title{color:#1e3a8a;font-size:1.1rem;font-weight:600;line-height:1.4}.volume-card-year{color:#64748b;font-weight:500;margin-top:.4rem}.issues-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.issues-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.issues-grid{grid-template-columns:repeat(2,1fr)}}.issue-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 2px 8px #00000014;cursor:pointer;display:block;overflow:hidden;text-decoration:none;transition:all .3s ease}.issue-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-4px)}.issue-card img{height:280px;object-fit:cover;width:100%}.issue-card-title{background:#f8fafc;color:#1e3a8a;font-size:1.1rem;font-weight:600;padding:1rem;text-align:center}.pdf-container{border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;height:800px;margin-top:1rem;overflow:hidden;width:100%}.pdf-container iframe{border:none;height:100%;width:100%}.back-btn{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;color:#1e3a8a;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;transition:all .2s}.back-btn:hover{background-color:#f8fafc;box-shadow:0 2px 4px #0000001a}.about-container{margin:0 auto;max-width:900px;padding:6rem 2rem 2rem}.about-heading{color:#1e3a8a;font-size:2.5rem;font-weight:800;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.about-text{color:#1e293b;font-size:.95rem;line-height:1.8;margin-bottom:2rem;text-align:justify}.about-image{display:flex;justify-content:center;margin:2rem 0}.about-image img{border-radius:1rem;box-shadow:0 8px 24px #00000026;height:auto;max-width:50%}.about-double-image{display:flex;gap:2rem;justify-content:center;margin:2rem 0}.about-double-image img{border-radius:1rem;box-shadow:0 8px 24px #00000026;height:auto;width:45%}.loading-spinner{align-items:center;color:#64748b;display:flex;gap:.5rem;padding:1rem}.spinner{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.page-content{padding-top:5rem}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.pdf-link{color:#3b82f6;display:inline-block;margin-top:1rem;text-decoration:none}.pdf-link:hover{text-decoration:underline}
/*# sourceMappingURL=main.46b85569.css.map*/