.library-card{transition:transform .3s ease}.library-card:hover{transform:translateY(-10px)}.tab-btn{transition:all .3s ease}.tab-btn.active{background-color:#00344c;color:#fff;transform:scale(1.05)}.tab-pane{animation:fadeIn .5s ease-in-out;display:none}.tab-pane.active{display:block;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.library-content{font-family:Somar Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;color:#00344c}.library-content h1,.library-content h2,.library-content h3,.library-content h4,.library-content h5,.library-content h6{color:#00344c;font-weight:700;margin-top:2rem;margin-bottom:1rem;line-height:1.3;scroll-margin-top:2rem}.library-content h1{font-size:2.5rem;border-bottom:3px solid #2B9ED4;padding-bottom:.5rem;margin-bottom:1.5rem}.library-content h2{font-size:2rem;color:#2b9ed4;position:relative;padding-left:1rem}.library-content h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:100%;background:linear-gradient(to bottom,#2b9ed4,#0d9488);border-radius:2px}.library-content h3{font-size:1.5rem;color:#0d9488;border-left:4px solid #0d9488;padding-left:1rem}.library-content h4{font-size:1.25rem;color:#00344c;font-weight:600}.library-content h5,.library-content h6{font-size:1.125rem;color:#00344c;font-weight:600}.library-content p{margin-bottom:1.25rem;text-align:justify;color:#374151;font-size:1rem}.library-content p:last-child{margin-bottom:0}.library-content a{color:#2b9ed4;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .3s ease}.library-content a:hover{color:#0d9488;border-bottom-color:#0d9488;background-color:#2b9ed40d;padding:2px 4px;border-radius:4px}.library-content a:focus{outline:2px solid #2B9ED4;outline-offset:2px;border-radius:4px}.library-content ul{margin:1.5rem 0;padding-left:0;list-style:none}.library-content ul li{position:relative;margin-bottom:.75rem;padding-left:2rem;color:#374151;line-height:1.6}.library-content ul li:before{content:"";position:absolute;left:.5rem;top:.7rem;width:8px;height:8px;background:linear-gradient(135deg,#2b9ed4,#0d9488);border-radius:50%;transform:translateY(-50%)}.library-content ul li:hover:before{transform:translateY(-50%) scale(1.2);transition:transform .2s ease}.library-content ul ul{margin:.5rem 0 .5rem 1rem}.library-content ul ul li:before{background:#0d9488;width:6px;height:6px}.library-content ul ul ul li:before{background:#6b7280;width:4px;height:4px}.library-content ol{margin:1.5rem 0;padding-left:0;counter-reset:list-counter}.library-content ol li{position:relative;margin-bottom:.75rem;padding-left:2.5rem;color:#374151;line-height:1.6;counter-increment:list-counter}.library-content ol li:before{content:counter(list-counter);position:absolute;left:0;top:0;width:1.5rem;height:1.5rem;background:linear-gradient(135deg,#2b9ed4,#0d9488);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.library-content ol li:hover:before{transform:scale(1.1);transition:transform .2s ease}.library-content ol ol{margin:.5rem 0 .5rem 1rem;counter-reset:nested-counter}.library-content ol ol li{counter-increment:nested-counter}.library-content ol ol li:before{content:counter(nested-counter,lower-alpha);background:#0d9488;width:1.25rem;height:1.25rem;font-size:.75rem}.library-content table{width:100%;margin:2rem 0;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.library-content table thead{background:linear-gradient(135deg,#2b9ed4,#0d9488)}.library-content table thead th{color:#fff;font-weight:600;text-align:right;padding:1rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid rgba(255,255,255,.2)}.library-content table tbody tr{transition:all .2s ease;border-bottom:1px solid #E5E7EB}.library-content table tbody tr:hover{background-color:#2b9ed40d;transform:scale(1.01)}.library-content table tbody tr:last-child{border-bottom:none}.library-content table tbody tr:nth-child(2n){background-color:#f9fafb80}.library-content table tbody td{padding:1rem;color:#374151;font-size:.875rem;vertical-align:top}.library-content table tbody td:first-child{font-weight:500;color:#00344c}.library-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease}.library-content img:hover{transform:scale(1.02)}.library-content blockquote{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#2b9ed40d,#0d94880d);border-right:4px solid #2B9ED4;border-radius:8px;font-style:italic;color:#374151;position:relative}.library-content blockquote:before{content:'"';position:absolute;top:-.5rem;right:1rem;font-size:3rem;color:#2b9ed4;opacity:.3}.library-content blockquote p{margin-bottom:.5rem}.library-content blockquote p:last-child{margin-bottom:0}.library-content code{background-color:#f3f4f6;color:#dc2626;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-family:Courier New,monospace}.library-content pre{background-color:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.library-content pre code{background:none;color:inherit;padding:0}.library-content hr{margin:2rem 0;border:none;height:2px;background:linear-gradient(to left,transparent,#2B9ED4,transparent)}.library-content strong,.library-content b{color:#00344c;font-weight:700}.library-content em,.library-content i{color:#0d9488;font-style:italic}@media (max-width: 768px){.library-content h1{font-size:2rem}.library-content h2{font-size:1.5rem;padding-left:.75rem}.library-content h2:before{width:3px}.library-content h3{font-size:1.25rem;padding-left:.75rem;border-left-width:3px}.library-content ul li,.library-content ol li{padding-left:1.5rem}.library-content table{font-size:.75rem}.library-content table th,.library-content table td{padding:.75rem .5rem}.library-content blockquote{padding:1rem;margin:1.5rem 0}}@media (max-width: 480px){.library-content h1{font-size:1.75rem}.library-content h2{font-size:1.25rem}.library-content h3{font-size:1.125rem}.library-content ul li,.library-content ol li{padding-left:1.25rem}.library-content table{display:block;overflow-x:auto;white-space:nowrap}}
