.ProgramList-module__y97tmW__wrapper{box-sizing:border-box;width:calc(100% - 4rem);max-width:1400px;margin:0 auto;padding:0}.ProgramList-module__y97tmW__infoSection{grid-template-columns:1fr 1fr;gap:2rem;max-width:1260px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}.ProgramList-module__y97tmW__newsBox,.ProgramList-module__y97tmW__updatesBox{background:#f0f7ff;border:1px solid #d1e9ff;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s,background-color .3s;box-shadow:0 2px 8px #00000008}:is(.dark-mode .ProgramList-module__y97tmW__newsBox,.dark-mode .ProgramList-module__y97tmW__updatesBox){background:#252525;border-color:#333;box-shadow:0 4px 12px #0000004d}.ProgramList-module__y97tmW__newsBox:hover,.ProgramList-module__y97tmW__updatesBox:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.ProgramList-module__y97tmW__sectionTitle{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.ProgramList-module__y97tmW__newsContent h4{color:var(--foreground);margin-bottom:.5rem;font-size:1.05rem}.ProgramList-module__y97tmW__newsContent{color:var(--text-secondary);flex-direction:column;gap:1rem;font-size:.95rem;line-height:1.6;display:flex}.ProgramList-module__y97tmW__mainNews{background:var(--background);border:1px dashed var(--border);border-radius:8px;padding:1rem}.dark-mode .ProgramList-module__y97tmW__mainNews{background:#1e1e1e;border-color:#444}.ProgramList-module__y97tmW__newsSubList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.ProgramList-module__y97tmW__newsSubList li{cursor:pointer;border-radius:4px;padding:.2rem .5rem;transition:all .2s}.ProgramList-module__y97tmW__newsSubList li:hover{background:#4a90e20d;transform:translate(4px)}.ProgramList-module__y97tmW__newsSubTitle{color:var(--foreground);font-size:.9rem;font-weight:500}.ProgramList-module__y97tmW__updatesList{margin:0;padding:0;list-style:none}.ProgramList-module__y97tmW__updatesList li{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:1rem;padding:.6rem 0;transition:background .2s;display:flex}.ProgramList-module__y97tmW__updatesList li:last-child{border-bottom:none}.ProgramList-module__y97tmW__updatesList li:hover{background:#00000005;padding-left:.5rem}.dark-mode .ProgramList-module__y97tmW__updatesList li:hover{background:#ffffff0d}.ProgramList-module__y97tmW__updateDate{color:var(--text-secondary);min-width:50px;font-size:.85rem}.ProgramList-module__y97tmW__updateTitle{color:var(--foreground);font-size:.95rem;font-weight:500}.ProgramList-module__y97tmW__emptyText{color:var(--text-secondary);text-align:center;padding:1rem 0;font-size:.9rem}.ProgramList-module__y97tmW__controls{text-align:center;margin-bottom:3rem}.ProgramList-module__y97tmW__searchWrapper{max-width:500px;margin:0 auto 1.5rem;position:relative}.ProgramList-module__y97tmW__searchInput{width:100%;color:var(--foreground);background:#e6f0ff;border:2px solid #d1e9ff;border-radius:50px;padding:1rem 3rem 1rem 1.5rem;font-size:1rem;transition:all .2s}.dark-mode .ProgramList-module__y97tmW__searchInput{background:#252525;border-color:#444}.ProgramList-module__y97tmW__searchInput:focus{border-color:var(--primary);background:var(--surface);outline:none;box-shadow:0 0 0 4px #4a90e21a}.ProgramList-module__y97tmW__searchIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.ProgramList-module__y97tmW__tags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.ProgramList-module__y97tmW__tag{color:var(--text-secondary);cursor:pointer;background:#f0f7ff;border:1px solid #d1e9ff;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.dark-mode .ProgramList-module__y97tmW__tag{background:#252525;border-color:#444}.ProgramList-module__y97tmW__tag:hover{border-color:var(--primary);color:var(--primary)}.ProgramList-module__y97tmW__tag.ProgramList-module__y97tmW__active{background:var(--primary);color:#fff;border-color:var(--primary)}.ProgramList-module__y97tmW__grid{grid-template-columns:repeat(4,300px);justify-content:center;gap:2rem;display:grid}@media (max-width:1350px){.ProgramList-module__y97tmW__grid{grid-template-columns:repeat(3,300px)}}@media (max-width:1000px){.ProgramList-module__y97tmW__grid{grid-template-columns:repeat(2,300px)}}@media (max-width:680px){.ProgramList-module__y97tmW__grid{grid-template-columns:1fr}}.ProgramList-module__y97tmW__cardWrapper{perspective:1000px;height:100%}.ProgramList-module__y97tmW__cardInner{border:1px solid var(--border);background-color:var(--surface);border-radius:16px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.ProgramList-module__y97tmW__grid>div:nth-child(4n+1) .ProgramList-module__y97tmW__cardInner{background:#fff5f5;border-color:#fed7d7}.ProgramList-module__y97tmW__grid>div:nth-child(4n+2) .ProgramList-module__y97tmW__cardInner{background:#f0fff4;border-color:#c6f6d5}.ProgramList-module__y97tmW__grid>div:nth-child(4n+3) .ProgramList-module__y97tmW__cardInner{background:#ebf8ff;border-color:#bee3f8}.ProgramList-module__y97tmW__grid>div:nth-child(4n+4) .ProgramList-module__y97tmW__cardInner{background:ivory;border-color:#fefcbf}.dark-mode .ProgramList-module__y97tmW__cardInner{background:#1e1e1e!important;border-color:#333!important}.ProgramList-module__y97tmW__cardWrapper:hover .ProgramList-module__y97tmW__cardInner{box-shadow:0 10px 20px #0000000d}.dark-mode .ProgramList-module__y97tmW__cardWrapper:hover .ProgramList-module__y97tmW__cardInner{box-shadow:0 10px 20px #0006}.ProgramList-module__y97tmW__cardImage{background:#ffffff80;flex-shrink:0;width:100%;height:200px;position:relative;overflow:hidden}.dark-mode .ProgramList-module__y97tmW__cardImage{background:#ffffff1a}.ProgramList-module__y97tmW__cardImage img{object-fit:fill;width:100%;height:100%;transition:transform .3s}.ProgramList-module__y97tmW__cardWrapper:hover .ProgramList-module__y97tmW__cardImage img{transform:scale(1.05)}@keyframes ProgramList-module__y97tmW__rainbow-bg{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ProgramList-module__y97tmW__badgeContainer{z-index:10;flex-direction:column;align-items:flex-end;gap:5px;display:flex;position:absolute;top:10px;right:10px}.ProgramList-module__y97tmW__newBadge{color:#fff;text-shadow:0 1px 2px #0000004d;background:linear-gradient(270deg,red,#ff7f00,#eab308,#0f0,#00f,indigo,#9400d3) 0 0/400% 400%;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:700;animation:3s infinite ProgramList-module__y97tmW__rainbow-bg;box-shadow:0 2px 4px #0003}.ProgramList-module__y97tmW__updateBadge{color:#fff;text-shadow:0 1px 2px #0000004d;background:linear-gradient(270deg,indigo,#00f,#00ced1,#0f0,#ff0,#ff7f00,red) 0 0/400% 400%;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:700;animation:3s infinite ProgramList-module__y97tmW__rainbow-bg;box-shadow:0 2px 4px #0003}.ProgramList-module__y97tmW__noImage{background:#ffffff80;border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProgramList-module__y97tmW__cardContent{flex-direction:column;flex:1;padding:1.2rem;display:flex}.ProgramList-module__y97tmW__cardHeader{grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:.5rem;font-size:.9rem;display:grid}.ProgramList-module__y97tmW__metaLeft{color:var(--text-secondary);justify-self:start;align-items:center;gap:.3rem;font-weight:700;display:flex}.ProgramList-module__y97tmW__verLabel{color:var(--text-secondary);font-family:serif}.ProgramList-module__y97tmW__verNumber{color:var(--primary);font-family:Inter,sans-serif;font-weight:800}.ProgramList-module__y97tmW__dateLabel{color:var(--text-secondary);justify-self:end;font-size:.85rem}.ProgramList-module__y97tmW__cardTag{color:var(--text-secondary);background:var(--background);border:1px solid var(--border);border-radius:4px;justify-self:center;padding:2px 6px;font-size:.75rem;font-weight:600}.dark-mode .ProgramList-module__y97tmW__cardTag{color:#ddd;background:#333;border-color:#555}.ProgramList-module__y97tmW__cardTitle{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6em;margin-bottom:.5rem;font-size:1.15rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.ProgramList-module__y97tmW__description{color:var(--text-secondary);-webkit-line-clamp:4;background:#ffffff80;border-radius:4px;-webkit-box-orient:vertical;height:6em;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.dark-mode .ProgramList-module__y97tmW__description{background:#0003}.ProgramList-module__y97tmW__cardFooter{border-top:1px solid var(--border);background:#ffffff80;gap:1rem;margin-top:auto;padding:1rem 1.5rem;display:flex}.dark-mode .ProgramList-module__y97tmW__cardFooter{background:#0003;border-top-color:#333}.ProgramList-module__y97tmW__link{text-align:center;border-radius:8px;flex:1;padding:.6rem;font-size:.9rem;font-weight:600;transition:all .2s}.ProgramList-module__y97tmW__youtube{color:red;background:#fff;border:1px solid red}.dark-mode .ProgramList-module__y97tmW__youtube{color:#f55;background:#2b1111;border-color:#f55}.ProgramList-module__y97tmW__youtube:hover{color:#fff;background:red}.ProgramList-module__y97tmW__blog{border:1px solid var(--primary);color:var(--primary);background:#fff}.dark-mode .ProgramList-module__y97tmW__blog{border-color:var(--primary);color:var(--primary);background:#0d1b2a}.ProgramList-module__y97tmW__blog:hover{background:var(--primary);color:#fff}.ProgramList-module__y97tmW__empty{text-align:center;color:var(--text-secondary);padding:4rem;font-size:1.1rem}@media (max-width:768px){.ProgramList-module__y97tmW__infoSection,.ProgramList-module__y97tmW__grid{grid-template-columns:1fr}}.ProgramList-module__y97tmW__modalOverlay{z-index:2000;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ProgramList-module__y97tmW__fadeIn;display:flex;position:fixed;top:0;left:0}.ProgramList-module__y97tmW__modalImage{object-fit:contain;border-radius:12px;max-width:90%;max-height:90%;animation:.3s cubic-bezier(.175,.885,.32,1.275) ProgramList-module__y97tmW__scaleIn;box-shadow:0 8px 32px #00000080}@keyframes ProgramList-module__y97tmW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProgramList-module__y97tmW__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.page-module___8aEwW__container{background-color:var(--background);min-height:100vh;color:var(--foreground);isolation:isolate;padding:60px 2rem 0;transition:background-color .3s;position:relative;overflow-x:hidden}.page-module___8aEwW__container:before{content:"";opacity:1;z-index:-1;pointer-events:none;background-image:url(/education_pattern_bg.png);background-repeat:repeat;background-size:400px;background-attachment:fixed;width:100%;height:100%;transition:filter .3s,opacity .3s;position:absolute;top:0;left:0}.dark-mode .page-module___8aEwW__container:before{filter:invert()brightness(.5)contrast(200%);opacity:.05}.page-module___8aEwW__header{text-align:center;background-color:var(--surface);border-bottom:1px solid var(--border);isolation:isolate;padding:6rem 1rem 4rem;transition:background-color .3s;position:relative;overflow:hidden}:is(.dark-mode .page-module___8aEwW__header h1,.dark-mode .page-module___8aEwW__header p){text-shadow:0 1px 3px #000c;color:#f0f0f0!important}.page-module___8aEwW__header:before{content:"";z-index:-2;opacity:1;background-image:url(/bg-pattern.png);background-repeat:repeat;background-size:400px;width:100%;height:100%;transition:filter .3s,opacity .3s;position:absolute;top:0;left:0}.dark-mode .page-module___8aEwW__header:before{filter:invert()brightness(.6);opacity:.15}.page-module___8aEwW__header:after{content:"";z-index:-1;background:linear-gradient(#ffffffb3 0%,#fff6 100%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.dark-mode .page-module___8aEwW__header:after{opacity:0;pointer-events:none}.page-module___8aEwW__headerContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.page-module___8aEwW__title{color:var(--primary-dark);letter-spacing:-.02em;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;font-size:3.5rem;font-weight:800;display:flex}.page-module___8aEwW__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:500;line-height:1.6}@media (max-width:768px){.page-module___8aEwW__header{padding:4rem 1rem 3rem}.page-module___8aEwW__title{font-size:2.5rem}.page-module___8aEwW__subtitle{font-size:1rem}}
