:root{--zindex-menu:1000;--zindex-form:10;--content-max-width:1320px;--site-shell-vertical-padding:clamp(16px,2vw,32px);--site-shell-horizontal-padding:clamp(18px,3vw,32px)}*,:before,:after{box-sizing:border-box}.site-shell-inner{width:100%;max-width:var(--content-max-width);padding:var(--site-shell-vertical-padding)var(--site-shell-horizontal-padding);box-sizing:border-box;margin:0 auto}html{min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,#ece9e6,#fff);min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-container{width:100%;max-width:var(--content-max-width);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:stretch;gap:clamp(1rem,2vw,2rem);margin:0 auto;padding:clamp(18px,2.5vw,36px);display:flex}#main_info{vertical-align:baseline;background-color:#fff;border-radius:10px 10px 0;flex-direction:column;justify-content:center;width:100%;padding:25px;display:flex}#main_info h1{text-align:left;text-shadow:2px 5px 10px #464444;color:#fe6601;width:100%;font-family:Libre Baskerville;font-size:50px;font-weight:400;line-height:1.1em}@media (max-width:768px){.main-container{align-items:stretch;width:100%;max-width:100%;padding:clamp(12px,4vw,22px);padding-inline:clamp(12px,4vw,18px)}#main_info h1{text-align:center;font-size:36px}#main_info p,#main_info{font-size:16px;line-height:1.5em}#main_info{border-radius:8px;padding:clamp(16px,4vw,24px);padding-inline:clamp(12px,4vw,18px)}.site-shell-inner{padding-inline:clamp(12px,4vw,18px)}}
.wrapper{background:linear-gradient(#f5f7fb 0%,#fff 60%);flex-direction:column;flex:auto;align-items:stretch;width:100%;min-height:100vh;display:flex}.content-area{box-sizing:border-box;flex-direction:column;flex:auto;width:100%;max-width:1320px;min-height:0;margin:0 auto;padding:clamp(24px,3vw,32px);display:flex}@media (max-width:768px){.content-area{max-width:100%;padding:clamp(16px,4vw,24px) clamp(8px,3vw,14px) 40px}}@media (max-width:480px){.content-area{max-width:100%;padding:16px 8px 32px}}
.header-container{color:#fff;z-index:var(--zindex-menu);box-sizing:border-box;background:linear-gradient(90deg,#4b79a1,#283e51);width:100%;position:relative;box-shadow:0 2px 12px #00000026}.header-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.header-brand{flex-direction:column;gap:2px;min-width:0;display:flex}.brand-title{color:#fff;letter-spacing:.02em;font-size:1.25rem;font-weight:700}.brand-tagline{color:#ffffffd9;text-transform:uppercase;letter-spacing:.4em;margin:0;font-size:.85rem}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;padding:10px;display:none}.hamburger .bar{background-color:#fff;width:25px;height:3px;margin:4px 0;transition:all .3s}.nav-menu{align-items:center;gap:20px;display:flex}.nav-link{color:#fff;white-space:nowrap;border-radius:5px;padding:10px 15px;font-size:18px;text-decoration:none;transition:background-color .3s,color .3s,transform .3s}.nav-link:hover{background-color:#fff3;transform:scale(1.05)}.login-button{color:#283e51;cursor:pointer;background-color:#61dafb;border:none;border-radius:5px;padding:10px 20px;font-size:16px;transition:background-color .3s,color .3s,transform .3s}.login-button:hover{background-color:#21a1f1;transform:scale(1.05)}@media (max-width:768px){.hamburger{align-self:center;display:flex}.nav-menu{background-color:#283e51fa;border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;width:100%;padding:12px 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 12px 24px #00000040}.nav-menu.open{display:flex}.nav-link{text-align:center;width:100%;padding:15px 20px}.login-button{display:none}}
.footer-container{color:#fff;text-align:center;box-sizing:border-box;background:linear-gradient(90deg,#4b79a1,#283e51);flex-shrink:0;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:0;display:flex}.footer-inner{flex-direction:column;align-items:center;gap:10px;display:flex}.footer-container p{margin:5px 0;font-size:.95rem}.social-icons{justify-content:center;gap:16px;margin-top:8px;display:flex}.social-icon{color:#fff;font-size:1.5rem;transition:color .3s}.social-icon:hover{color:#61dafb}@media (max-width:768px){.footer-inner{gap:6px}.social-icon{font-size:1.25rem}}
.post-card{box-sizing:border-box;background:#fff;border:1px solid #0f172a1f;border-radius:1.25rem;width:100%;max-width:100%;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden;box-shadow:0 20px 45px #0f172a1f}.post-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0f172a2e}.post-card:focus-within{outline-offset:2px;outline:2px solid #3b82f680}.post-image-wrapper{box-sizing:border-box;background:linear-gradient(#3b82f61f,#0000 70%);flex:0 0 min(300px,34%);justify-content:center;align-items:center;min-width:0;max-width:380px;padding:1.5rem;display:flex;position:relative}.post-image{object-fit:cover;border-radius:1rem;width:100%;height:auto;display:block;box-shadow:0 12px 25px #0f172a4d}.post-info{box-sizing:border-box;flex-direction:column;flex:1;gap:1.15rem;padding:1.75rem 2rem;display:flex}.post-card-header{letter-spacing:.15em;text-transform:uppercase;color:#7c859c;justify-content:space-between;align-items:center;gap:1rem;font-size:.8rem;display:flex}.post-date{color:#4338ca;font-weight:700}.post-reading-time{color:#1f2937;font-weight:600}.post-info h2{color:#0f172a;margin:0;font-family:Montserrat,Helvetica Neue,sans-serif;font-size:1.85rem;line-height:1.3}.post-categories{flex-wrap:wrap;gap:.5rem;max-width:100%;padding-bottom:.35rem;display:flex;overflow-x:auto}.post-categories::-webkit-scrollbar{height:4px}.post-categories::-webkit-scrollbar-thumb{background:#4f46e566;border-radius:999px}.post-category-chip{letter-spacing:.05em;color:#4f46e5;background:#4f46e529;border-radius:999px;justify-content:center;align-items:center;padding:.35rem .95rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.post-category-chip:hover{background:#4f46e552;transform:translateY(-1px)}.post-description{color:#39405a;-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;font-family:Roboto,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.post-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.post-author{color:#4b5563;margin:0;font-size:.9rem;font-weight:600}.read-more-button{color:#fff;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#16a34a,#059669);border:none;border-radius:999px;justify-content:center;align-items:center;width:auto;padding:.65rem 1.5rem;font-size:.95rem;font-weight:700;transition:box-shadow .3s,transform .3s;display:inline-flex}.read-more-button:hover,.read-more-button:focus-visible{transform:translateY(-2px);box-shadow:0 12px 24px #05966966}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.post-meta-icon{font-size:.8rem}@media (max-width:1024px){.post-card{flex-direction:column}.post-image-wrapper{width:100%;min-width:0;max-width:100%;padding:1.25rem}.post-info{padding:1.5rem}}@media (max-width:768px){.post-card{border-radius:1.25rem;flex-direction:column;width:100vw;max-width:100vw;margin:0 calc(50% - 50vw) .9rem;padding:0}.post-image-wrapper{background:linear-gradient(#4f46e533,#4f46e508);border-radius:1.25rem 1.25rem 0 0;padding:1rem}.post-image{border-radius:1.25rem}.post-info{background:#fff;border-radius:0 0 1.25rem 1.25rem;margin-top:0;padding:1.5rem 1.25rem;box-shadow:0 20px 35px #0f172a1f}.post-card-footer{flex-direction:column;align-items:flex-start;gap:.5rem}.read-more-button{width:100%}}@media (max-width:640px){.post-card{border-radius:1rem}.post-card-header{flex-direction:column;align-items:flex-start}.post-info h2{font-size:1.5rem}.post-card-footer{flex-direction:column;align-items:flex-start}.read-more-button{justify-content:center;width:100%}.post-description{-webkit-line-clamp:5}.post-category-chip{flex:none}}@media (max-width:480px){.post-info{padding:1.25rem 1.25rem 1.5rem}.post-categories{gap:.35rem}.post-category-chip{padding:.3rem .85rem;font-size:.7rem}.post-card-footer{gap:.5rem}.read-more-button{padding:.65rem;font-size:.85rem}}
.post-detail{color:#292929;margin:0 auto;font-family:Roboto,sans-serif;line-height:1.8}.post-detail h1{text-align:center;color:#000;margin-bottom:1rem;font-family:Montserrat,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.post-detail-image{border-radius:8px;width:min(65vw,1280px);max-width:100%;height:auto;margin:0 auto 1.25rem;display:block}.post-category-detail{color:#fe6601;text-transform:uppercase;letter-spacing:.1em;margin-top:1rem;margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:.875rem}.post-date-detail{color:#757575;text-align:left;margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:.875rem}.post-body-detail{color:#292929;text-align:justify;margin-bottom:2rem;font-size:1.125rem}.post-body-detail p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.post-body-detail h2,.post-body-detail h3{color:#000;margin-top:2rem;margin-bottom:1rem;font-family:Montserrat,serif;font-weight:700;line-height:1.4}.post-body-detail blockquote{color:#555;border-left:4px solid #e0e0e0;margin:2rem 0;padding-left:1rem;font-family:Montserrat,serif;font-style:italic}.post-body-detail ul,.post-body-detail ol{margin-bottom:1.5rem;margin-left:2rem;line-height:1.8}.post-body-detail a{color:#1a73e8;border-bottom:1px solid #1a73e8;text-decoration:none}.post-body-detail a:hover{border-bottom:2px solid #1a73e8}.share-icons{text-align:center;margin-top:2rem}.share-icons span{color:#757575;margin-bottom:1rem;font-size:1rem;display:block}.share-icons a{color:#1a73e8;margin:0 10px;font-size:1.5rem;transition:color .3s}.share-icons a:hover{color:#000}.share-icons button{color:#1a73e8;cursor:pointer;background:0 0;border:none;margin:0 10px;font-size:1.5rem;transition:color .3s}.share-icons button:hover{color:#000}.share-status{color:#007bff;margin-top:.75rem;font-size:.95rem}@media (max-width:768px){.post-detail{max-width:100%}.post-category-detail{margin-top:1rem}.post-detail h1{font-size:2rem}.post-body-detail,.post-body-detail p{font-size:1.125rem}.share-icons a{font-size:1.25rem}.post-detail-image{width:100%}}.post-category-link{color:#007bff;cursor:pointer;text-decoration:underline}.post-category-link:hover{color:#0056b3}.post-body-detail .code-block{color:#f5f5f5;background:#0d1117;border:1px solid #ffffff14;border-radius:12px;margin:1.75rem 0;padding:1.25rem;font-family:JetBrains Mono,Fira Code,SFMono-Regular,Consolas,monospace;line-height:1.6;box-shadow:0 16px 36px #00000040}.post-body-detail .code-block pre{white-space:pre;background:0 0;margin:0;overflow-x:auto}.post-body-detail .code-block pre code{font-size:.95rem;display:block}.post-body-detail .code-block-filename{text-transform:uppercase;letter-spacing:.15em;color:#a3a9b3;margin-bottom:.75rem;font-size:.75rem}
.categories-panel{width:100%}.categories h2{color:#000;text-align:center;font-family:Montserrat,sans-serif}.categories ul{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:100%;margin:0 auto;padding:0;list-style-type:none;display:flex}.categories li{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;margin:0;padding:8px}.categories a{color:#007bff;text-decoration:none;display:block}.categories li:hover{background-color:#e0e0e0}.categories a:hover{color:#000}
.post-list{box-sizing:border-box;flex-direction:column;gap:1.75rem;width:100%;max-width:1320px;margin:0 auto;padding:0 clamp(.25rem,2vw,.75rem);display:flex}.post-list__placeholder{justify-content:center;align-items:center;width:100%;min-height:240px;padding:2rem 0;display:flex}.post-list .loading-indicator{color:#0f172a}.post-list .loading-spinner{border-top-color:#0ea5e9}.post-list__message{text-align:center;color:#475569;width:100%;margin:2rem 0;font-size:1rem}.post-list__error{text-align:center;color:#b91c1c;background:#fef2f2;border-radius:.75rem;flex-direction:column;align-items:center;gap:.75rem;width:100%;margin:2rem 0;padding:2rem 1rem;display:flex}.post-list__error button{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:999px;padding:.65rem 1.25rem;font-weight:600;transition:background .2s}.post-list__error button:hover{background:#0284c7}.post-list__info{text-align:center;color:#475569;width:100%;margin-top:.75rem;font-size:.95rem}.show-more-button{color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#0ea5e9;border:none;border-radius:999px;margin:.75rem auto 0;padding:.65rem 1.5rem;font-weight:600;transition:background .2s,transform .2s}.show-more-button:hover{background:#0284c7;transform:translateY(-1px)}.pagination{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;margin-top:1.25rem;display:grid}.pagination-pages{flex-wrap:wrap;justify-content:center;justify-self:center;align-items:center;gap:.35rem;display:flex}.pagination-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;min-width:98px;padding:.65rem 1.2rem;font-size:.9rem;font-weight:600;transition:border-color .15s,color .15s,transform .15s,box-shadow .15s}.pagination-button:hover:not(.disabled){color:#0ea5e9;border-color:#0ea5e9}.pagination-ellipsis{color:#475569;padding:0 .4rem;font-weight:600}.pagination-summary{color:#475569;justify-content:center;align-items:center;gap:.35rem;margin-bottom:-.3rem;font-size:.85rem;display:flex}.pagination-current,.pagination-total{font-weight:600}.pagination-divider{font-size:.95rem}.pagination-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.pagination-button.active{color:#fff;background:#0ea5e9;border-color:#0ea5e9;box-shadow:0 10px 25px #0ea5e940}@media (max-width:768px){.post-list{padding:0 clamp(.5rem,5vw,1.25rem)}.pagination-button{min-width:80px}}
.loading-indicator{--loading-spinner-size:96px;--loading-spinner-inner-offset:12px;--loading-spinner-ring-offset:24px;color:#fefefe;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;min-height:220px;padding:3rem 1rem 2rem;display:flex}.loading-spinner{width:var(--loading-spinner-size);height:var(--loading-spinner-size);background:conic-gradient(from 90deg,#50b5f5e6,#14ffecd9,#b25bffeb,#50b5f5e6);border-radius:50%;animation:1.3s linear infinite loading-spin;position:relative;box-shadow:0 12px 30px #06070ca6}.loading-spinner:before{content:"";inset:var(--loading-spinner-inner-offset);filter:drop-shadow(0 5px 12px #00000073);background:radial-gradient(circle at 30% 30%,#ffffff59,#fff0 55%),#090a11;border-radius:50%;position:absolute}.loading-spinner:after{content:"";inset:var(--loading-spinner-ring-offset);border:2px solid #ffffff59;border-radius:50%;animation:1.6s ease-in-out infinite loading-ring;position:absolute}.loading-indicator p{letter-spacing:.04em;color:#d8dce6;margin:0;font-size:1rem}.app-loading-screen{z-index:9000;--loading-spinner-size:180px;--loading-spinner-inner-offset:26px;--loading-spinner-ring-offset:40px;background:radial-gradient(circle,#03050ef2,#03050efa);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@keyframes loading-spin{to{transform:rotate(360deg)}}@keyframes loading-ring{0%{opacity:.35;transform:scale(.92)}50%{opacity:1;transform:scale(1.05)}to{opacity:.35;transform:scale(.92)}}
.home-container{background:#fff;flex-direction:column;align-items:center;max-width:1000px;margin:auto;padding:15px;display:flex;box-shadow:0 2px 4px #0000000f}.blog-posts{flex-wrap:wrap;justify-content:space-between;gap:15px;display:flex}.post-item{background:#f9f9f9;border-radius:8px;flex-direction:column;width:calc(25% - 15px);padding:12px;display:flex;box-shadow:0 1px 3px #0000001a}.post-image{border-radius:6px;width:100%;height:auto;overflow:hidden}.post-title,.post-date{color:#333;margin-bottom:5px;font-weight:500}.read-more{color:#fff;text-align:center;background-color:#5c67f2;border-radius:6px;padding:10px 18px;text-decoration:none;transition:background-color .3s}.read-more:hover{background-color:#434aee;box-shadow:0 2px 6px #00000026}@media (max-width:1024px){.post-item{width:calc(33.333% - 15px)}}@media (max-width:768px){.post-item{width:calc(50% - 15px)}}@media (max-width:480px){.post-item{width:100%}}
.latex-block{text-align:center;max-width:100%;color:inherit;box-shadow:none;background-color:#0000;border:0 #0000;border-radius:8px;outline:none;margin:.25em 0;padding:.4em .2em;overflow-x:auto}.latex-inline{vertical-align:middle;color:inherit;background-color:#0000;border-radius:4px;align-items:center;padding:.1em .3em;line-height:1.2;display:inline-flex}.katex{position:relative}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);width:1px;height:1px;margin:0;padding:0;top:0;left:0;overflow:hidden}.latex-error{color:#e53e3e;background:#fff5f5;border-radius:4px;padding:.2em .4em;font-family:monospace}.katex-display{margin:.25em 0;padding:.25em 0;overflow:auto hidden}.katex,.latex-block .katex,.latex-inline .katex{white-space:normal;color:inherit;font-size:1.1em;line-height:1.2}@media (max-width:768px){.katex-display>.katex{font-size:.9em}}
.not-found-container{text-align:center;color:#333;background-color:#f7f8fc;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:20px;display:flex}.not-found-title{color:#ff6b6b;margin:0;font-size:6rem;font-weight:800}.not-found-message{color:#555;margin:20px 0;font-size:1.5rem}.not-found-redirect{color:#999;font-size:1rem}@media (max-width:768px){.not-found-title{font-size:4rem}.not-found-message{font-size:1.25rem}}
#education,#certificates,#scholar,#languages,#work_experience{box-sizing:border-box;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;width:100%;max-width:900px;margin:30px auto;padding:25px;box-shadow:0 4px 8px #0000001a}#work_experience ul{padding-left:0;list-style:inside}#work_experience li{margin-bottom:12px}#right-section h1{color:#007bff;text-align:center;text-align:justify;margin-top:0;margin-bottom:20px;padding-top:20px;padding-bottom:12px;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700;position:relative}#right-section h1:after{content:"";background:linear-gradient(90deg,#fe6601,#fc0);width:100%;height:3px;display:block;position:absolute;bottom:0;left:0}@media (max-width:768px){#right-section h1{font-size:1.75rem}}#summary p{color:#555;text-align:justify;margin:10px 0;padding-bottom:10px;font-family:Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.8}#job-title,#ed-title{color:#000;margin:10px 0;font-size:1.125rem;font-weight:600;line-height:1.8}hr{background-color:#ccc;border:none;height:1px;margin:20px 0}@media (max-width:992px){#education,#certificates,#scholar,#languages,#work_experience{margin:20px auto;padding:20px}#summary p,#job-title,#ed-title{font-size:1.125rem;line-height:1.7}}@media (max-width:768px){#education,#certificates,#scholar,#languages,#work_experience{width:90%;margin:15px auto;padding:15px;box-shadow:0 2px 4px #0000001a}#summary p,#job-title,#ed-title{font-size:1.125rem;line-height:1.7}hr{margin:15px 0}}@media (max-width:576px){#education,#certificates,#scholar,#languages,#work_experience{width:95%;margin:10px auto;padding:10px}#summary p,#job-title,#ed-title{font-size:1.125rem;line-height:1.7}hr{margin:10px 0}}
.main-post{text-align:justify;color:#333;margin:2rem 0;font-family:Roboto,serif;line-height:1.8}.main-post h1{text-align:center;color:#000;margin-bottom:1.5rem;font-family:Montserrat,serif;font-size:2rem;font-weight:700}@media (max-width:768px){.main-post h1{font-size:1.5rem}}.main-post p{color:#444;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:1.8}.truncate{-webkit-line-clamp:3;text-overflow:ellipsis;line-clamp:3;box-orient:vertical;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.full-text{-webkit-line-clamp:unset;line-clamp:unset;text-overflow:clip;display:block;overflow:visible}.read-more-button{color:#fff;text-align:center;cursor:pointer;background-color:#1a8917;border:none;border-radius:4px;align-self:center;margin:1rem 0;padding:12px 24px;font-size:18px;font-weight:700;text-decoration:none;transition:background-color .3s,transform .3s;display:inline-block}@media (max-width:768px){.read-more-button{width:auto;margin:0 auto;padding:10px 20px;display:block}}.read-more-button:hover{background-color:#136f13;transform:translateY(-2px)}.read-more-button:focus{outline:none;box-shadow:0 0 4px #0003}.post-date{color:#777;margin-bottom:1rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-style:italic}.post-divider{opacity:.6;background:#e0e0e0;border:0;height:2px;margin:2rem 0}
#reading_section{width:100%;margin-top:40px;margin-left:auto;margin-right:auto}#reading_section .container{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:25px;display:flex}#reading_section h1{text-align:center;margin:20px;font-family:Montserrat,serif;font-size:2.5rem;font-weight:700;line-height:1.2em}#reading_section h2{text-align:center;margin-bottom:25px;font-family:Montserrat,serif;font-size:1.125rem;line-height:1.8em}.books{flex-wrap:wrap;place-content:space-between center;gap:20px;display:flex}.year{font-family:Helvetica Neue,Arial,sans-serif;font-size:2rem;font-weight:600}
.section-container{box-sizing:border-box;text-align:center;width:100%;max-width:1000px;margin:20px auto;padding:0 20px}.section-container h2{color:#2c3e50;margin-bottom:20px;padding-bottom:10px;font-family:Montserrat,serif;font-size:2rem;position:relative}.section-container h2:after{content:"";background:linear-gradient(90deg,#fe6601,#fc0);width:100%;height:2px;display:block;position:absolute;bottom:0;left:0}.county-list{flex-wrap:wrap;justify-content:center;gap:20px;margin:0;padding:0;list-style:none;display:flex}.county-card{text-align:center;background-color:#fff;border-radius:10px;width:220px;padding:20px;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 12px #0000001a}.county-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0003}.county-card p{color:#34495e;font-size:1.1rem}@media (max-width:768px){.section-container{padding:0 15px}.county-list{flex-direction:column;align-items:center}.county-card{width:100%;max-width:300px}}@media (max-width:576px){.section-container h2{font-size:1.5rem}.county-card{max-width:280px;padding:15px}}
:root{--zindex-form:10;--zindex-menu:1000}.contact-page{box-sizing:border-box;flex-direction:column;gap:1.5rem;width:100%;max-width:1320px;margin:0 auto;padding:clamp(20px,3vw,36px) clamp(16px,5vw,32px);display:flex}.contact-hero{background:#f9fafc;border:1px solid #00000014;border-radius:16px;padding:clamp(24px,3vw,36px)}.contact-hero h1{color:#111827;margin:0 0 .75rem;font-size:clamp(2.25rem,3vw,3rem)}.contact-hero p{color:#3f4251;margin:0;font-size:1rem;line-height:1.6}.hero-list{flex-wrap:wrap;gap:.75rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.hero-list li{color:#495057;background:#fff;border:1px solid #0000001a;border-radius:999px;padding:.25rem .8rem;font-size:.85rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.contact-card{background:#fff;border:1px solid #00000014;border-radius:18px;padding:clamp(24px,3vw,32px);box-shadow:0 12px 30px #0f172a14}.contact-card h1,.contact-card h2{color:#1c1f28;margin-top:0;margin-bottom:1rem;font-size:2rem;font-weight:600}.form-title{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.contact-form{z-index:var(--zindex-form);flex-direction:column;gap:.65rem;display:flex}.contact-form label{color:#333;font-size:.95rem;font-weight:600}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea,.contact-form select{box-sizing:border-box;appearance:none;background:#fff;border:1px solid #0000001f;border-radius:10px;width:100%;padding:14px 16px;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:1rem;line-height:1.4;transition:border-color .25s,box-shadow .25s}.contact-form input[type=text]:focus,.contact-form input[type=email]:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#007bff;outline:none;box-shadow:0 0 12px #007bff26}.contact-form textarea{resize:vertical}.field-note{color:#4a4e59;margin:-.25rem 0 .5rem;font-size:.85rem}.contact-form input[type=submit]{color:#fff;letter-spacing:.05em;cursor:pointer;background-image:linear-gradient(135deg,#1a8917,#24a220);border:none;border-radius:12px;margin-top:.5rem;padding:14px 0;font-size:1rem;font-weight:700;transition:transform .3s,box-shadow .3s}.contact-form input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 12px 22px #165e1a4d}.contact-form input[type=submit]:focus{outline:none;box-shadow:0 0 0 3px #1a891759}.info-card p{color:#4a4e59;margin-bottom:1.1rem;line-height:1.5}.contact-list{flex-direction:column;gap:.65rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.contact-list li{align-items:center;gap:.85rem;font-size:1rem;display:flex}.contact-list span{color:#9ca3af;font-size:1rem}.contact-list a{color:#007bff;font-weight:600;text-decoration:none;display:inline-block}.contact-list a:hover,.contact-list a:focus{text-decoration:underline}.contact-highlights{border-top:1px dashed #00000014;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.contact-highlights p{color:#4a4e59;margin:0;font-size:.95rem;line-height:1.5}.form-status{text-align:left;margin-top:.5rem;font-size:.95rem}.form-status.success{color:#28a745}.form-status.error{color:#dc3545}@media (max-width:768px){.contact-page{padding-inline:clamp(16px,6vw,24px)}.contact-card{padding:clamp(20px,4vw,26px)}}
.book{flex-wrap:wrap;align-items:flex-start;gap:20px;width:100%;margin-bottom:30px;display:flex}.book-image{object-fit:cover;border-radius:5px;flex-shrink:0;width:175px;max-width:175px;height:250px}.book-info{color:#292929;flex:1;font-family:Roboto,sans-serif;position:relative}.book-info h2{color:#000;margin:0;font-family:Montserrat,serif;font-size:1.75rem;font-weight:700;line-height:1.3;position:relative}.book-description{color:#555;text-align:justify;margin-bottom:10px;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:1.8}.book-author{color:#555;margin-bottom:.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-style:italic}@media (max-width:768px){.book{flex-direction:column;align-items:center;width:100%}.book-image{width:100%;height:auto;margin-bottom:15px}.book-info{text-align:center}.book-info h2{font-size:1.5rem}.book-description{font-size:1.125rem;line-height:1.6}.book-author{font-size:1rem}}
.book-list{max-width:100%;margin:0 auto;font-family:Roboto,sans-serif}.year-group{margin-bottom:40px}.year-title{color:#333;margin-bottom:20px;padding-bottom:10px;font-family:Helvetica Neue,Arial,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.3;position:relative}.year-title:after{content:"";background:linear-gradient(90deg,#fe6601,#fc0);width:100%;height:2px;display:block;position:absolute;bottom:0;left:0}.books-container{flex-wrap:wrap;gap:20px;display:flex}
