@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Noto+Serif+Tamil:wght@400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#cbd5e1 #f1f5f9}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafbfd!important;color:#1e3a8a;font-family:Inter,"Noto Serif Tamil",sans-serif}#root,body,html{min-height:100vh}#root{background:#fafbfd}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.nav-container{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #1e3a8a0f;box-shadow:0 1px 3px #00000005;height:3.75rem;justify-content:flex-start;left:0;padding:0 2.5rem;position:fixed;top:0;width:100%;z-index:1000}.logo,.nav-container{align-items:center;display:flex}.logo{color:#1e3a8a;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:1.2rem;font-weight:700;gap:.6rem;letter-spacing:-.02em;margin-right:3rem;position:relative;text-decoration:none!important}.logo:before{background:linear-gradient(180deg,#1e3a8a,#3b82f6);border-radius:2px;content:"";display:inline-block;flex-shrink:0;height:1.1em;width:3px}.logo:hover{color:#1e3a8a;text-decoration:none}.nav-links{align-items:center;display:flex;flex-grow:1;font-size:.9rem;font-weight:500;gap:.25rem}.nav-link{border-radius:.5rem;color:#64748b;padding:.45rem 1rem;position:relative;transition:color .2s,background .2s}.nav-link,.nav-link:hover{text-decoration:none!important}.nav-link:hover{background:#dbeafe66;color:#1e3a8a}.nav-link.active{background:#dbeafe80;color:#1e3a8a;font-weight:600}.nav-link.active:after{background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:1px;bottom:-.2rem;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:18px}.lang-toggle{background:#0000;border:1px solid #e2e8f0;border-radius:99px;color:#64748b;cursor:pointer;font-size:.8rem;font-weight:500;letter-spacing:.01em;margin-left:auto;padding:.3rem .85rem;text-decoration:none!important;transition:all .2s}.lang-toggle:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e3a8a;text-decoration:none!important}.nav-hamburger{background:none;border:none;color:#1e3a8a;cursor:pointer;display:none;margin-left:auto;padding:.5rem}.nav-hamburger svg{height:22px;width:22px}@media (max-width:768px){.nav-container{flex-wrap:wrap;padding:0 1.25rem}.logo{font-size:1.1rem;margin-right:auto}.nav-hamburger{align-items:center;display:flex}.nav-links{align-items:stretch;border-top:1px solid #f1f5f9;display:none;flex-direction:column;gap:.25rem;padding:.75rem 0;width:100%}.nav-links.open{display:flex}.nav-link{border-radius:.5rem;padding:.6rem .75rem}.nav-link.active:after{display:none}.lang-toggle{align-self:flex-start;margin:.25rem 0 0}}.hero-container{animation:slideUp .6s ease;margin:0 auto;max-width:800px;padding-bottom:2rem;padding-top:6rem;position:relative;text-align:center}.hero-container:before{background:radial-gradient(circle,#dbeafe80 0,#0000 70%);content:"";height:280px;left:50%;pointer-events:none;position:absolute;top:3.5rem;transform:translateX(-50%);width:280px;z-index:-1}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f2057,#1e3a8a,#2563eb);-webkit-background-clip:text;background-clip:text;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:3rem;font-weight:700;letter-spacing:-.02em;line-height:1.35;margin-bottom:1.25rem}.hero-subtitle{animation:slideUp .6s ease .15s backwards;color:#64748b;font-size:.95rem;font-weight:400;line-height:1.6;margin:0 auto .5rem;max-width:480px}.hero-rule{animation:slideUp .6s ease .2s backwards;background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:1px;height:2px;margin:1.25rem auto;width:48px}.chat-container{margin:0 auto;max-width:800px;padding:6rem 1rem 8rem}.chat-messages{animation:fadeIn .3s ease;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.chat-message{animation:slideUp .35s ease backwards;border-radius:.85rem;display:flex;gap:.85rem;padding:1rem 1.15rem}.chat-message.user{background-color:#fff;border:1px solid #e2e8f0b3;box-shadow:0 1px 3px #00000008}.chat-message.assistant{background-color:#f8fafc;border:1px solid #e2e8f099}.chat-message-content{color:#1e293b;flex:1 1;font-size:.95rem;line-height:1.7;white-space:pre-wrap}.chat-message-content p{margin-bottom:.6rem}.chat-message-content p:last-child{margin-bottom:0}.chat-message-content ol,.chat-message-content ul{margin-bottom:.6rem;padding-left:1.25rem}.chat-message-content li{margin-bottom:.25rem}.chat-message-content strong{color:#0f172a;font-weight:600}.chat-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:1rem;height:32px;justify-content:center;margin-top:.1rem;width:32px}.chat-avatar.user{background:linear-gradient(135deg,#e0e7ff,#dbeafe)}.chat-avatar.assistant{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.chat-input-container{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;bottom:1.5rem;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a;display:flex;gap:.5rem;left:50%;max-width:800px;padding:.5rem .6rem .5rem 1rem;position:fixed;transform:translateX(-50%);transition:box-shadow .2s,border-color .2s;width:calc(100% - 2rem);z-index:900}.chat-input-container:focus-within{border-color:#93c5fd;box-shadow:0 4px 24px #3b82f61a,0 1px 4px #0000000a}.chat-input{background:#0000;border:none;color:#1e293b;flex:1 1;font-family:Inter,"Noto Serif Tamil",sans-serif;font-size:.95rem;outline:none;padding:.5rem 0}.chat-input::placeholder{color:#94a3b8;font-weight:400}.chat-submit-btn{align-items:center;background:#1e3a8a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.1rem;height:36px;justify-content:center;transition:all .2s;width:36px}.chat-submit-btn:hover{background:#2563eb;transform:scale(1.05)}.chat-submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.suggestions-container{grid-gap:.75rem;animation:slideUp .6s ease .3s backwards;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin:1rem auto 2rem;max-width:600px;padding:0 1rem}.suggestion-btn{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #0000000a;color:#334155;cursor:pointer;font-family:Inter,"Noto Serif Tamil",sans-serif;font-size:.88rem;font-weight:500;line-height:1.45;overflow:hidden;padding:.85rem 1.15rem;position:relative;text-align:left;transition:all .25s ease}.suggestion-btn:before{background:linear-gradient(180deg,#1e3a8a,#3b82f6);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:3px}.suggestion-btn:hover{background-color:#f8fafc;border-color:#93c5fd;box-shadow:0 4px 12px #1e3a8a14;color:#1e3a8a;transform:translateY(-1px)}.suggestion-btn:hover:before{opacity:1}.suggestion-btn:active{box-shadow:0 1px 3px #0000000a;transform:translateY(0)}@media (max-width:480px){.suggestions-container{grid-template-columns:1fr}}.sources-container{animation:slideUp .3s ease;margin-top:1rem}.sources-header{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:.6rem;color:#fff;display:flex;font-size:.88rem;font-weight:500;justify-content:space-between;padding:.65rem 1rem;transition:background .2s}.sources-header:hover{background:linear-gradient(135deg,#1e293b,#334155)}.sources-list{animation:fadeIn .3s ease;margin-top:.5rem}.source-card{background:#fff;border:1px solid #e2e8f0;border-radius:.6rem;margin-bottom:.5rem;padding:1rem;transition:border-color .2s,box-shadow .2s}.source-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.source-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.source-title{color:#1e3a8a;font-size:.9rem;font-weight:600}.source-meta{color:#64748b;font-size:.82rem;margin-bottom:.5rem}.source-preview{border-left:2px solid #3b82f6;color:#475569;font-size:.88rem;font-style:italic;line-height:1.6;margin-top:.5rem;padding-left:.75rem}.read-more-btn{background:#0000;border:1px solid #e2e8f0;border-radius:99px;color:#3b82f6;cursor:pointer;font-size:.8rem;font-weight:500;margin-top:.5rem;padding:.25rem .75rem;transition:all .2s}.read-more-btn:hover{background:#eff6ff;border-color:#93c5fd}.library-container{animation:pageEnter .45s ease;margin:0 auto;max-width:1200px;padding:6rem 2rem 3rem}.library-header{margin-bottom:2.5rem}.library-title{color:#1e3a8a;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem}.library-title-rule{background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:1px;height:2px;margin:.75rem 0;width:40px}.library-desc{color:#64748b;font-size:.95rem;line-height:1.6}.volumes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.volumes-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.volumes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.volumes-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.volume-card{animation:slideUp .45s ease backwards;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 4px #0000000a;cursor:pointer;display:block;overflow:hidden;text-align:center;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.volume-card:first-child{animation-delay:.05s}.volume-card:nth-child(2){animation-delay:.1s}.volume-card:nth-child(3){animation-delay:.15s}.volume-card:nth-child(4){animation-delay:.2s}.volume-card:nth-child(5){animation-delay:.25s}.volume-card:nth-child(6){animation-delay:.3s}.volume-card:nth-child(7){animation-delay:.35s}.volume-card:nth-child(8){animation-delay:.4s}.volume-card:hover{border-color:#93c5fd;box-shadow:0 8px 24px #1e3a8a1a,0 2px 6px #0000000a;transform:translateY(-4px)}.volume-card-image-wrap{overflow:hidden;position:relative}.volume-card-image-wrap:after{background:linear-gradient(#0000,#fffc);bottom:0;content:"";height:40px;left:0;pointer-events:none;position:absolute;right:0}.volume-card img{display:block;height:auto;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.volume-card:hover img{transform:scale(1.03)}.volume-card-info{background:#fff;padding:.85rem .75rem}.volume-card-title{color:#1e3a8a;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:1rem;font-weight:600;line-height:1.4}.volume-card-year{color:#94a3b8;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.04em;margin-top:.25rem}.issues-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;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)}}@media (max-width:480px){.issues-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}}.issue-card{animation:slideUp .4s ease backwards;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 4px #0000000a;cursor:pointer;display:block;overflow:hidden;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.issue-card:first-child{animation-delay:.05s}.issue-card:nth-child(2){animation-delay:.08s}.issue-card:nth-child(3){animation-delay:.11s}.issue-card:nth-child(4){animation-delay:.14s}.issue-card:nth-child(5){animation-delay:.17s}.issue-card:nth-child(6){animation-delay:.2s}.issue-card:nth-child(7){animation-delay:.23s}.issue-card:nth-child(8){animation-delay:.26s}.issue-card:hover{border-color:#93c5fd;box-shadow:0 8px 24px #1e3a8a1a,0 2px 6px #0000000a;transform:translateY(-3px)}.issue-card img{height:260px;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.issue-card:hover img{transform:scale(1.03)}.issue-card-title{background:#fff;border-top:1px solid #f1f5f9;color:#1e3a8a;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:.95rem;font-weight:600;padding:.75rem .5rem;text-align:center}.library-breadcrumb{align-items:center;animation:fadeIn .3s ease;color:#94a3b8;display:flex;font-size:.85rem;gap:.5rem;margin-bottom:1.25rem}.library-breadcrumb a{color:#64748b;text-decoration:none;transition:color .2s}.library-breadcrumb a:hover{color:#1e3a8a}.library-breadcrumb .breadcrumb-sep{color:#cbd5e1}.library-breadcrumb .breadcrumb-current{color:#1e3a8a;font-weight:500}.library-empty-state{align-items:center;animation:fadeIn .4s ease;color:#94a3b8;display:flex;flex-direction:column;gap:.75rem;justify-content:center;padding:4rem 2rem}.library-empty-state p{color:#64748b;font-size:.95rem}.pdf-container{animation:scaleIn .4s ease;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 16px #0000000f,0 1px 3px #0000000a;height:calc(100vh - 14rem);margin-top:1rem;min-height:500px;overflow:hidden;width:100%}.pdf-container iframe{border:none;height:100%;width:100%}.pdf-actions{align-items:center;animation:fadeIn .4s ease .2s backwards;display:flex;gap:1rem;margin-top:1rem}.back-btn{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:99px;color:#1e3a8a;cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:500;gap:.4rem;padding:.45rem 1rem;transition:all .2s}.back-btn:hover{background-color:#f1f5f9;border-color:#cbd5e1;transform:translateX(-2px)}.about-container{animation:pageEnter .5s ease;margin:0 auto;max-width:780px;padding:6rem 2rem 4rem}.about-header{border-bottom:1px solid #e2e8f0;margin-bottom:3rem;padding-bottom:2rem;position:relative;text-align:center}.about-header:after{background:linear-gradient(90deg,#1e3a8a,#3b82f6);bottom:-1px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.about-heading{animation:slideUp .5s ease;color:#1e3a8a;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:2.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.75rem}.about-subtitle{animation:slideUp .5s ease .1s backwards;color:#64748b;font-size:.95rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:500px}.about-text{color:#334155;font-family:"Noto Serif Tamil",Lora,Georgia,serif;font-size:.95rem;line-height:2;margin-bottom:2rem;text-align:justify}.about-text:first-of-type:first-letter{color:#1e3a8a;float:left;font-family:Lora,Georgia,serif;font-size:3.2rem;font-weight:700;line-height:1;margin-right:.5rem;margin-top:.15rem}.about-section{animation:slideUp .5s ease backwards;margin-bottom:2.5rem}.about-section:nth-child(2){animation-delay:.1s}.about-section:nth-child(3){animation-delay:.15s}.about-section:nth-child(4){animation-delay:.2s}.about-section:nth-child(5){animation-delay:.25s}.about-section:nth-child(6){animation-delay:.3s}.about-pull-quote{background:linear-gradient(135deg,#dbeafe4d,#f1f5f94d);border-left:3px solid #3b82f6;border-radius:0 .5rem .5rem 0;color:#1e3a8a;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:1.1rem;font-style:italic;line-height:1.8;margin:2rem 0;padding:1.25rem 1.5rem}.about-pull-quote cite{color:#64748b;display:block;font-size:.85rem;font-style:normal;font-weight:500;margin-top:.75rem}.about-divider{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);border:none;height:1px;margin:2.5rem 0}.about-image{display:flex;justify-content:center;margin:2.5rem 0}.about-image img{border-radius:.75rem;box-shadow:0 8px 32px #0000001a,0 2px 6px #0000000a;height:auto;max-width:55%;transition:transform .4s ease,box-shadow .4s ease}.about-image img:hover{box-shadow:0 12px 40px #00000024,0 4px 8px #0000000f;transform:translateY(-2px)}.about-double-image{display:flex;gap:1.5rem;justify-content:center;margin:2.5rem 0}.about-double-image img{border-radius:.75rem;box-shadow:0 8px 32px #0000001a,0 2px 6px #0000000a;height:auto;transition:transform .4s ease,box-shadow .4s ease;width:45%}.about-double-image img:hover{box-shadow:0 12px 40px #00000024,0 4px 8px #0000000f;transform:translateY(-2px)}@media (max-width:768px){.about-container{padding:5.5rem 1.25rem 3rem}.about-heading{font-size:1.75rem}.about-text{font-size:.9rem;line-height:1.9}.about-image img{max-width:85%}.about-double-image{align-items:center;flex-direction:column}.about-double-image img{width:85%}.about-pull-quote{font-size:1rem;padding:1rem 1.25rem}}.loading-spinner{align-items:center;animation:fadeIn .3s ease;color:#64748b;display:flex;font-size:.9rem;gap:.6rem;padding:1rem}.spinner{animation:spin .8s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:18px;width:18px}@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{align-items:center;background:#eff6ff80;border:1px solid #93c5fd;border-radius:99px;color:#2563eb;display:inline-flex;font-size:.9rem;font-weight:500;gap:.4rem;padding:.45rem 1rem;text-decoration:none;transition:all .2s}.pdf-link:hover{background:#eff6ff;border-color:#3b82f6;text-decoration:none}.source-tags{display:flex;flex-wrap:wrap;gap:.35rem}.tag-badge{background:#dbeafe;border-radius:99px;color:#1e3a8a;font-size:.75rem;font-weight:500;padding:.15rem .5rem;white-space:nowrap}.tags-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.tags-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tags-grid{grid-template-columns:1fr}}.tag-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 2px 8px #00000014;cursor:pointer;padding:1.5rem;text-align:center;transition:all .3s ease}.tag-card:hover{border-color:#3b82f6;box-shadow:0 4px 16px #0000001f;transform:translateY(-4px)}.tag-card-name{color:#1e3a8a;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.tag-card-count{color:#64748b;font-size:.9rem}.tag-articles-list{display:flex;flex-direction:column;gap:.75rem}.tag-article-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem}.tag-article-title{color:#1e3a8a;font-weight:600;margin-bottom:.35rem}.tag-article-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem;margin-bottom:.35rem}.tag-filter{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1rem;padding:1rem}.tag-filter-title{color:#1e3a8a;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.tag-filter-list{display:flex;flex-direction:column;gap:.4rem}.tag-filter-item{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.tag-filter-item input[type=checkbox]{accent-color:#3b82f6}.tag-filter-count{color:#94a3b8;font-size:.8rem}.tag-filter-clear{background:#0000;border:1px solid #e2e8f0;border-radius:.25rem;color:#3b82f6;cursor:pointer;font-size:.85rem;margin-top:.75rem;padding:.3rem .75rem;width:100%}.tag-filter-clear:hover{background:#f1f5f9}@keyframes tagsFadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes tagsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tagsContentReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tagsPulseGlow{0%,to{box-shadow:0 0 0 0 #3b82f600}50%{box-shadow:0 0 0 4px #3b82f614}}.tags-page-container{animation:tagsFadeIn .3s ease;display:flex;height:calc(100vh - 5rem);overflow:hidden;padding-top:5rem}.tags-sidebar{background:linear-gradient(180deg,#f8fafc,#fff);border-right:1px solid #e2e8f0;display:flex;flex-direction:column;min-width:330px;position:relative;width:330px}.tags-sidebar:before{background:linear-gradient(90deg,#1e3a8a,#3b82f6,#93c5fd);content:"";height:3px;left:0;position:absolute;right:0;top:0}.tags-sidebar-header{background:#f8fafc99;border-bottom:1px solid #e2e8f0;padding:1.5rem 1.25rem 1rem}.tags-sidebar-title{align-items:center;color:#1e3a8a;display:flex;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:1.15rem;font-weight:700;gap:.5rem;letter-spacing:-.01em;margin-bottom:1rem}.tags-sidebar-title:before{background:#3b82f6;border-radius:2px;content:"";display:inline-block;flex-shrink:0;height:1.15em;width:4px}.tags-sidebar-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11 3 6h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:1px solid #e2e8f0;border-radius:.5rem;color:#1e293b;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;margin-bottom:.6rem;outline:none;padding:.55rem 2rem .55rem .85rem;transition:border-color .2s,box-shadow .2s;width:100%}.tags-sidebar-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tags-sidebar-search{margin-bottom:.6rem;position:relative}.tags-sidebar-search-icon{color:#94a3b8;font-size:.8rem;left:.85rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tags-sidebar-search input{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;color:#1e293b;font-family:Inter,sans-serif;font-size:.875rem;outline:none;padding:.55rem .85rem .55rem 2.35rem;transition:border-color .2s,box-shadow .2s;width:100%}.tags-sidebar-search input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tags-sidebar-search input::placeholder{color:#94a3b8}.tags-result-count{color:#64748b;font-size:.78rem;font-weight:500;letter-spacing:.02em;padding:.15rem 0 0}.tags-volumes-list{flex:1 1;overflow-y:auto;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.tags-volumes-list::-webkit-scrollbar{width:5px}.tags-volumes-list::-webkit-scrollbar-track{background:#0000}.tags-volumes-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.tags-volume-accordion{border-bottom:1px solid #f1f5f9}.tags-volume-accordion:last-child{border-bottom:none}.tags-volume-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:.85rem 1.25rem;transition:background .2s ease,padding-left .2s ease;-webkit-user-select:none;user-select:none}.tags-volume-header:hover{background:#dbeafe4d;padding-left:1.4rem}.tags-volume-header.expanded{background:#dbeafe33}.tags-volume-label{color:#1e293b;font-size:.9rem;font-weight:600;transition:color .15s}.tags-volume-header:hover .tags-volume-label{color:#1e3a8a}.tags-volume-year{margin-left:.35rem}.tags-volume-count,.tags-volume-year{color:#94a3b8;font-size:.78rem;font-weight:400}.tags-volume-count{margin-left:.5rem}.tags-volume-chevron{color:#94a3b8;flex-shrink:0;font-size:.65rem;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s}.tags-volume-chevron.expanded{color:#3b82f6;transform:rotate(90deg)}.tags-issue-list{animation:tagsFadeIn .25s ease;padding:.15rem 0 .35rem}.tags-issue-item{align-items:center;border-left:3px solid #0000;cursor:pointer;display:flex;gap:.75rem;padding:.45rem 1.25rem .45rem 1.75rem;position:relative;transition:all .2s ease}.tags-issue-item:hover{background:#f1f5f9;border-left-color:#cbd5e1}.tags-issue-item.active{background:#dbeafe;border-left-color:#3b82f6}.tags-issue-thumb{border:1px solid #e2e8f0;border-radius:3px;flex-shrink:0;height:46px;object-fit:cover;transition:transform .2s ease,box-shadow .2s ease;width:38px}.tags-issue-item:hover .tags-issue-thumb{box-shadow:0 2px 6px #0000001a;transform:scale(1.06)}.tags-issue-label{color:#1e293b;font-size:.84rem;font-weight:500;transition:color .15s}.tags-issue-item.active .tags-issue-label{color:#1e3a8a;font-weight:600}.tags-content{background:#fff;flex:1 1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.tags-content::-webkit-scrollbar{width:6px}.tags-content::-webkit-scrollbar-track{background:#0000}.tags-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.tags-content-animate{animation:tagsContentReveal .35s ease}.tags-empty-state{animation:tagsFadeIn .5s ease;color:#94a3b8;flex-direction:column;gap:1.25rem;height:100%}.tags-empty-icon,.tags-empty-state{align-items:center;display:flex;justify-content:center}.tags-empty-icon{background:linear-gradient(135deg,#f1f5f9,#dbeafe);border-radius:50%;font-size:2rem;height:80px;opacity:.8;width:80px}.tags-empty-text{color:#64748b;font-size:.95rem;font-weight:500}.tags-empty-hint{color:#94a3b8;font-size:.8rem;line-height:1.5;max-width:240px;text-align:center}.tags-badge-row{animation:tagsFadeSlideUp .3s ease;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.tags-badge-vol{background:#dbeafe;color:#1e3a8a}.tags-badge-issue,.tags-badge-vol{border-radius:99px;font-size:.78rem;font-weight:600;letter-spacing:.02em;padding:.3rem .85rem}.tags-badge-issue{background:#f1f5f9;color:#64748b}.tags-issue-header{align-items:flex-start;animation:tagsFadeSlideUp .35s ease;display:flex;gap:1.5rem;margin-bottom:.5rem}.tags-cover-image{border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 16px #00000014,0 1px 3px #0000000a;flex-shrink:0;height:auto;transition:transform .3s ease,box-shadow .3s ease;width:160px}.tags-cover-image:hover{box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f;transform:translateY(-2px)}.tags-issue-meta-col{display:flex;flex-direction:column;gap:.75rem;padding-top:.25rem}.tags-pdf-btn{align-items:center;background:#1e3a8a;border:none;border-radius:.5rem;box-shadow:0 1px 3px #1e3a8a26;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;letter-spacing:.01em;padding:.6rem 1.25rem;text-decoration:none;transition:all .25s ease}.tags-pdf-btn:hover{background:#2563eb;box-shadow:0 4px 12px #2563eb40;transform:translateY(-1px)}.tags-pdf-btn:active{transform:translateY(0)}.tags-divider{border:none;border-top:1px solid #e2e8f0;margin:1.5rem 0}.tags-articles-grid{display:flex;flex-direction:column;gap:.5rem}.tags-article-block{animation:tagsFadeSlideUp .35s ease backwards;background:#fff;border:1px solid #e2e8f0;border-left:3px solid #0000;border-radius:.6rem;cursor:pointer;padding:1rem 1.25rem;transition:all .25s ease}.tags-article-block:hover{border-left-color:#3b82f6;box-shadow:0 2px 12px #3b82f614;transform:translateX(2px)}.tags-article-block:active{transform:translateX(0)}.tags-article-block-title{color:#1e3a8a;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:1rem;font-weight:600;line-height:1.45;margin-bottom:.4rem;transition:color .15s}.tags-article-block:hover .tags-article-block-title{color:#2563eb}.tags-article-block-author{align-items:center;color:#64748b;display:flex;font-size:.82rem;gap:.35rem;margin-bottom:.4rem}.tags-article-block-author:before{background:#94a3b8;border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:3px;width:3px}.tags-article-block-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.tags-detail-back{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;color:#1e3a8a;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:500;gap:.4rem;margin-bottom:1.5rem;padding:.45rem .9rem;transition:all .2s ease}.tags-detail-back:hover{background-color:#f1f5f9;border-color:#cbd5e1;transform:translateX(-2px)}.tags-detail-title{animation:tagsFadeSlideUp .4s ease;color:#1e293b;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:1.65rem;font-weight:700;letter-spacing:-.01em;line-height:1.45;margin-bottom:.5rem}.tags-detail-title-rule{animation:tagsFadeSlideUp .4s ease .1s backwards;background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:2px;height:3px;margin-bottom:1.5rem;width:48px}.tags-detail-content{animation:tagsFadeIn .5s ease .15s backwards;color:#334155;font-size:1rem;line-height:2;margin-bottom:2rem;max-width:680px;white-space:pre-wrap}.tags-detail-meta{animation:tagsFadeSlideUp .4s ease .2s backwards;border-top:1px solid #f1f5f9;color:#64748b;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 0}.tags-detail-meta span{align-items:center;display:flex;gap:.35rem}.tags-stats-row{animation:tagsFadeSlideUp .4s ease .25s backwards;display:flex;gap:.75rem;margin-top:.5rem}.tags-stat-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.6rem;flex:1 1;padding:1rem .75rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.tags-stat-card:hover{box-shadow:0 4px 12px #0000000a;transform:translateY(-2px)}.tags-stat-value{color:#1e3a8a;font-family:Lora,"Noto Serif Tamil",Georgia,serif;font-size:1.3rem;font-weight:700}.tags-stat-label{color:#64748b;font-size:.75rem;font-weight:500;letter-spacing:.06em;margin-top:.3rem;text-transform:uppercase}.tags-loading{align-items:center;animation:tagsFadeIn .3s ease;color:#64748b;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem 2rem}.tags-loading .spinner{border-width:2.5px;height:28px;width:28px}@media (max-width:768px){.tags-page-container{flex-direction:column;height:auto;overflow:visible}.tags-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;max-height:45vh;min-width:0;min-width:auto;width:100%}.tags-sidebar:before{display:none}.tags-content{padding:1.5rem 1rem}.tags-issue-header{align-items:center;text-align:center}.tags-issue-header,.tags-stats-row{flex-direction:column}.tags-detail-content{max-width:100%}}
/*# sourceMappingURL=main.45670f4e.css.map*/