:root{--primary-purple:#7b1fa2;--primary-purple-dark:#6a1b9a;--primary-purple-light:#f3e5f5;--text-dark:#333;--text-gray:#5f6368;--bg-gray:#f8f9fa;--white:#fff;--shadow:#00000014;--font-main:"Sarabun", sans-serif;--tap-size:44px}body.dark-mode{--primary-purple:#ce93d8;--primary-purple-dark:#ab47bc;--primary-purple-light:#3e2723;--text-dark:#e8eaed;--text-gray:#9aa0a6;--bg-gray:#202124;--white:#2d2e31;--shadow:#0000004d}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-gray);color:var(--text-dark);line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}.ui-nowrap{white-space:nowrap}.ui-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui-tap{min-width:var(--tap-size);min-height:var(--tap-size)}.main-header{background:0 0;width:100%;margin:0;padding:0;line-height:0;display:block;box-shadow:0 4px 6px #0000001a}.responsive-banner{width:100%;height:auto;display:block}.sticky-nav{background:var(--white);z-index:1000;position:sticky;top:0;box-shadow:0 2px 4px #00000014}.nav-container{justify-content:space-between;align-items:center;gap:.5rem;max-width:min(100%,1400px);min-height:56px;margin:0 auto;padding:0 16px;display:flex;overflow:visible}.nav-menu{flex-wrap:nowrap;flex:1;justify-content:center;align-items:center;gap:.65rem;min-width:0;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--text-dark);white-space:nowrap;align-items:center;padding:.65rem .3rem;font-size:clamp(.85rem,1.1vw,.95rem);font-weight:500;line-height:1.4;transition:all .3s;display:inline-flex;position:relative}.nav-link:hover,.nav-link.active{color:var(--primary-purple)}.nav-link:after{content:"";background:var(--primary-purple);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}@media (width>=769px) and (width<=1100px){.nav-menu{gap:.4rem}.nav-link{padding:.6rem .2rem;font-size:.88rem}}@media (width<=768px){.nav-container{justify-content:flex-start}}.container{max-width:1200px;margin:0 auto;padding:2rem 20px}.grid-layout{grid-template-columns:1fr 320px;gap:2rem;display:grid}.section-title{color:var(--primary-purple);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.news-list{flex-direction:column;gap:1rem;display:flex}.news-link-item{background:var(--white);box-shadow:0 2px 4px var(--shadow);border-left:4px solid var(--primary-purple);border-radius:8px;padding:1rem 1.5rem;transition:transform .2s}.news-link-item:hover{transform:translate(5px)}.news-link-date{color:var(--text-gray);margin-bottom:.5rem;font-size:.85rem}.news-link-title{color:var(--text-dark);font-size:1.1rem;font-weight:600}.banner-section{box-shadow:0 4px 12px var(--shadow);border-radius:16px;margin:3rem 0;position:relative;overflow:hidden}.banner-img{object-fit:cover;width:100%;height:350px}.doc-list{flex-direction:column;gap:1rem;display:flex}.doc-item{background:var(--white);box-shadow:0 2px 4px var(--shadow);border-left:4px solid var(--primary-purple);border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:transform .2s;display:flex}.doc-item:hover{transform:translate(5px)}.doc-icon{font-size:1.5rem}.doc-info{flex:1;min-width:0}.doc-title{color:var(--text-dark);font-weight:600}.doc-actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.doc-actions a,.doc-actions button{white-space:nowrap;border-radius:6px;flex:160px;justify-content:center;align-items:center;gap:.5rem;min-width:160px;min-height:44px;padding:.7rem 1.2rem;font-size:.95rem;font-weight:600;line-height:1.2;text-decoration:none;transition:all .2s;display:inline-flex}.btn-view{color:#fff;white-space:nowrap;background-color:#2563eb;border:1px solid #2563eb;justify-content:center;align-items:center;gap:.5rem;min-height:44px;display:inline-flex}.btn-view:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb33}.btn-download{color:#4b5563;white-space:nowrap;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.7rem 1.2rem;font-size:.95rem;font-weight:600;line-height:1.2;display:inline-flex}.btn-download:hover{color:#1f2937;background-color:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.activities-home-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.activities-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.activity-home-card,.activity-card{background:var(--white);cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;appearance:none;border:1px solid #7b1fa21f;border-radius:12px;padding:0;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden;box-shadow:0 1px 3px #0000000f}.activity-home-card:hover,.activity-card:hover{border-color:#7b1fa240;transform:translateY(-4px);box-shadow:0 4px 12px #7b1fa21f}.activity-home-card:focus-visible,.activity-card:focus-visible{outline:2px solid var(--primary-purple);outline-offset:2px}.activity-home-img{width:100%;height:180px;overflow:hidden}.activity-home-img img,.activity-img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .5s}.activity-img{height:200px;display:block}.activity-home-card:hover .activity-home-img img,.activity-card:hover .activity-img{transform:scale(1.05)}.activity-home-content,.activity-content{padding:1.2rem}.activity-home-date,.activity-date{color:var(--text-gray);margin-bottom:.5rem;font-size:.85rem}.activity-home-title,.activity-content h3{color:var(--text-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}body.dark-mode .activity-home-card,body.dark-mode .activity-card{border-color:#ce93d833;box-shadow:0 1px 3px #00000040}body.dark-mode .activity-home-card:hover,body.dark-mode .activity-card:hover{border-color:#ce93d859;box-shadow:0 4px 12px #00000059}@media (width<=600px){.activities-home-grid{grid-template-columns:1fr}}.sidebar{flex-direction:column;gap:1.5rem;display:flex}.sidebar-card{background:var(--white);box-shadow:0 2px 8px var(--shadow);text-align:center;cursor:pointer;border-radius:12px;transition:transform .3s;overflow:hidden}.sidebar-card:hover{transform:translateY(-5px)}.sidebar-card img{width:100%;height:auto}.sidebar-content{padding:2rem 1.5rem}.sidebar-icon{margin-bottom:.5rem;font-size:3rem}.sidebar-title{color:var(--primary-purple);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.sidebar-subtitle{color:var(--text-gray);font-size:.9rem}.logo-section{background:var(--white);border-top:1px solid #eee;margin-top:3rem;padding:3rem 0}.logo-grid{grid-template-columns:repeat(3,minmax(150px,1fr));place-items:center;gap:40px;max-width:1000px;margin:0 auto;padding:0 20px;display:grid}.logo-link{text-align:center;transition:transform .2s,opacity .2s;display:block}.logo-link:hover{opacity:.9;transform:scale(1.1)}.logo-link img{object-fit:contain;width:100%;height:auto;max-height:120px}@media (width<=768px){.grid-layout{grid-template-columns:1fr}.sidebar{order:1;margin-top:2rem}.banner-img{height:250px}.nav-menu{display:none}.doc-item{flex-direction:column;align-items:flex-start;gap:.8rem}.doc-actions{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.doc-actions a{text-align:center;background-color:var(--primary-purple-light);border-radius:6px;flex:1;padding:.5rem}.logo-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.logo-link img{max-height:80px!important}}.personnel-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.personnel-card{background:var(--white);box-shadow:0 4px 12px var(--shadow);text-align:center;border-radius:12px;transition:transform .3s;overflow:hidden}.personnel-card:hover{transform:translateY(-5px)}.personnel-img-wrapper{border:3px solid var(--primary-purple-light);border-radius:50%;width:120px;height:120px;margin:2rem auto 1rem;overflow:hidden}.personnel-img{object-fit:cover;width:100%;height:100%}.personnel-name{color:var(--primary-purple);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.personnel-position{color:var(--text-gray);margin-bottom:1rem;font-size:.95rem;font-weight:500}.personnel-contact{background:var(--bg-gray);color:var(--text-dark);border-radius:6px;padding:.5rem;font-size:.9rem;display:inline-block}.auth-list{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.auth-item{background:var(--white);box-shadow:0 2px 4px var(--shadow);border-radius:8px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .2s;display:flex}.auth-item:hover{transform:translate(5px)}.auth-icon{color:var(--primary-purple);flex-shrink:0;font-size:1.2rem}.timeline-container{border-left:2px solid var(--primary-purple-light);margin:1rem 0 3rem 1rem;padding-left:2rem;position:relative}.timeline-item{margin-bottom:2rem;position:relative}.timeline-dot{background:var(--primary-purple);width:14px;height:14px;box-shadow:0 0 0 2px var(--primary-purple-light);border:3px solid #fff;border-radius:50%;transition:transform .2s,background .2s;position:absolute;top:5px;left:-2.45rem}.timeline-item:hover .timeline-dot{border-color:var(--primary-purple);background:#fff;transform:scale(1.2)}.timeline-content{box-shadow:0 2px 8px var(--shadow);border-left:4px solid var(--primary-purple);background:#fff;border-radius:12px;padding:1.2rem 1.5rem;transition:transform .2s,box-shadow .2s}.timeline-item:hover .timeline-content{transform:translate(10px);box-shadow:0 5px 15px #7b1fa226}.timeline-date{color:var(--primary-purple);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:flex}.lightbox-modal{z-index:9999;background-color:#000000e6;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.lightbox-modal.active{animation:.3s fadeIn;display:flex}.lightbox-content-wrapper{max-width:90%;max-height:85vh;position:relative}.lightbox-img{border-radius:4px;max-width:100%;max-height:85vh;box-shadow:0 0 20px #00000080}.lightbox-close{color:#fff;cursor:pointer;z-index:10001;font-size:40px;transition:color .2s;position:absolute;top:20px;right:30px}.lightbox-close:hover{color:#e91e63}.lightbox-actions{gap:15px;margin-top:20px;display:flex}.btn-lightbox{color:#fff;cursor:pointer;background:#fff3;border:1px solid #fff6;border-radius:20px;padding:8px 16px;font-size:.9rem;text-decoration:none;transition:background .2s}.btn-lightbox:hover{background:#fff6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-prev,.lightbox-next{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:10002;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:30px;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev:hover,.lightbox-next:hover{background:#ffffff4d}.lightbox-prev{left:20px}.lightbox-next{right:20px}.news-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;display:grid}.news-gallery-item{cursor:pointer;border-radius:8px;height:200px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000001a}.news-gallery-item:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0003}.news-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.news-gallery-item:hover img{transform:scale(1.1)}.gallery-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.btn-download-all{color:#fff;cursor:pointer;background:#6c5ce7;border:none;border-radius:6px;align-items:center;gap:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:background .2s;display:inline-flex}.btn-download-all:hover{background:#5649b1}.org-chart-container{flex-direction:column;align-items:center;gap:2rem;display:flex}.org-connector{flex-direction:column;align-items:center;display:flex}.org-card{background:var(--white);box-shadow:0 4px 12px var(--shadow);text-align:center;border-radius:12px;width:250px;transition:transform .3s;overflow:hidden}.org-card:hover{transform:translateY(-5px)}.org-img-wrapper{border-radius:50%;width:120px;height:120px;margin:2rem auto 1rem;overflow:hidden}.org-img{object-fit:cover;width:100%;height:100%}.org-info{padding:0 1.5rem 2rem}.org-name{color:var(--primary-purple);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.org-position{color:var(--text-gray);margin-bottom:1rem;font-size:.95rem;font-weight:500}.org-phone{background:var(--bg-gray);color:var(--text-dark);border-radius:6px;padding:.5rem;font-size:.9rem;display:inline-block}.theme-toggle{cursor:pointer;background:0 0;border:none;margin-left:10px;padding:.5rem;font-size:1.2rem}.theme-toggle:hover{opacity:.7}.hamburger.svelte-oiwvqb{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.hamburger.svelte-oiwvqb span:where(.svelte-oiwvqb){background:var(--text-dark);border-radius:2px;width:100%;height:3px;transition:all .3s;display:block}.hamburger.active.svelte-oiwvqb span:where(.svelte-oiwvqb):first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active.svelte-oiwvqb span:where(.svelte-oiwvqb):nth-child(2){opacity:0}.hamburger.active.svelte-oiwvqb span:where(.svelte-oiwvqb):nth-child(3){transform:translateY(-8px)rotate(-45deg)}.theme-toggle.svelte-oiwvqb{cursor:pointer;background:0 0;border:none;flex:none;min-width:44px;min-height:44px;margin-left:10px;padding:.5rem;font-size:1.2rem}.theme-toggle.svelte-oiwvqb:hover{opacity:.7}.desktop-theme-toggle.svelte-oiwvqb{flex-shrink:0}.mobile-overlay.svelte-oiwvqb{z-index:1002;background:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.mobile-menu.svelte-oiwvqb{background:var(--white);z-index:1003;width:280px;height:100%;transition:left .3s;display:none;position:fixed;top:0;left:-280px;right:auto;overflow-y:auto;box-shadow:4px 0 20px #0003}.mobile-menu.open.svelte-oiwvqb{left:0}.mobile-menu-header.svelte-oiwvqb{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;display:flex}.mobile-menu-title.svelte-oiwvqb{color:var(--primary-purple);font-size:1.2rem;font-weight:700}.mobile-close-btn.svelte-oiwvqb{cursor:pointer;color:var(--text-dark);background:0 0;border:none;min-width:44px;min-height:44px;padding:.5rem;font-size:1.5rem}.mobile-nav-list.svelte-oiwvqb{margin:0;padding:0;list-style:none}.mobile-nav-link.svelte-oiwvqb{color:var(--text-dark);border-bottom:1px solid var(--border);align-items:center;min-height:44px;padding:1rem;transition:all .2s;display:flex}.mobile-nav-link.svelte-oiwvqb:hover,.mobile-nav-link.active.svelte-oiwvqb{background:var(--primary-purple-light);color:var(--primary-purple)}.mobile-menu-footer.svelte-oiwvqb{border-top:1px solid var(--border);padding:1rem}.theme-toggle-mobile.svelte-oiwvqb{background:var(--primary-purple);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;min-height:44px;padding:.8rem;font-size:1rem;font-weight:600}@media (width<=768px){.hamburger.svelte-oiwvqb{display:flex}.desktop-menu.svelte-oiwvqb,.desktop-theme-toggle.svelte-oiwvqb{display:none}.mobile-overlay.svelte-oiwvqb,.mobile-menu.svelte-oiwvqb{display:block}}.main-footer.svelte-1sr6y3t{background:var(--primary-purple);color:#fff;text-align:center;padding:2rem 0}.footer-content.svelte-1sr6y3t{max-width:720px;margin:0 auto;padding:1.25rem 20px 0}.footer-info.svelte-1sr6y3t{text-align:center;flex-direction:column;align-items:center;gap:.4rem;display:flex}.footer-info.svelte-1sr6y3t h3:where(.svelte-1sr6y3t){color:var(--accent-yellow,#ffc107);margin:0 0 .25rem;font-size:1.1rem;line-height:1.4}.footer-info.svelte-1sr6y3t p:where(.svelte-1sr6y3t){margin:0;font-size:.95rem;line-height:1.55}.footer-copyright.svelte-1sr6y3t{opacity:.9;width:100%;font-size:.9rem;margin-top:.75rem!important}.logo-section.svelte-1sr6y3t{background:var(--white);border-top:1px solid #eee;margin-bottom:0;padding:3rem 0}.logo-grid.svelte-1sr6y3t{grid-template-columns:repeat(3,minmax(150px,1fr));place-items:center;gap:40px;max-width:1000px;margin:0 auto;padding:0 20px;display:grid}.logo-link.svelte-1sr6y3t{text-align:center;transition:transform .2s,opacity .2s;display:block}.logo-link.svelte-1sr6y3t:hover{opacity:.9;transform:scale(1.1)}.logo-link.svelte-1sr6y3t img:where(.svelte-1sr6y3t){object-fit:contain;width:100%;height:auto;max-height:120px}@media (width<=768px){.logo-grid.svelte-1sr6y3t{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.logo-link.svelte-1sr6y3t img:where(.svelte-1sr6y3t){max-height:80px!important}.footer-info.svelte-1sr6y3t h3:where(.svelte-1sr6y3t){font-size:1rem}.footer-info.svelte-1sr6y3t p:where(.svelte-1sr6y3t){font-size:.9rem}}body{margin:0;padding:0;font-family:Sarabun,sans-serif}.site-wrapper.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}main.svelte-12qhfyh{flex:1}
