@charset "UTF-8";:root{--primary-bg: #012f63;--header-bg-start: #002b5c;--header-bg-end: #001a38;--accent: #fec90d;--text-primary: white;--text-secondary: rgba(255, 255, 255, .8);--text-muted: rgba(255, 255, 255, .5);--footer-bg-start: #000c1f;--footer-bg-end: #002244;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--shadow-dark: rgba(0,0,0,.4);--font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;--font-family-player: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-optical-sizing: auto;--font-weight: 400;--font-style: normal;--font-variation-settings: "wdth" 100;--radius: 8px}body{font-family:var(--font-family);font-optical-sizing:var(--font-optical-sizing, auto);font-weight:var(--font-weight, 400);font-style:var(--font-style, normal);font-variation-settings:var(--font-variation-settings, "wdth" 100);margin:0;padding:0;background-color:var(--primary-bg);color:var(--text-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:-10%;left:-10%;width:120%;height:120%;background:linear-gradient(#012f63cc,#012f63cc),url(/assets/images/bg.jpg);background-repeat:repeat;background-size:auto;z-index:-1;animation:slowBgFloat 40s ease-in-out infinite;pointer-events:none}@keyframes slowBgFloat{0%{transform:perspective(1500px) rotateX(0) rotateY(0) scale(1.05)}33%{transform:perspective(1500px) rotateX(2deg) rotateY(-2deg) scale(1.1)}66%{transform:perspective(1500px) rotateX(-2deg) rotateY(2deg) scale(1.08)}to{transform:perspective(1500px) rotateX(0) rotateY(0) scale(1.05)}}img{max-width:100%;height:auto}html{scroll-behavior:smooth}section{padding:40px 0}#home{overflow:hidden;width:100%}.mr-10{margin-right:10px}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,.05)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0000000d;border-radius:var(--radius)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--accent),#e0b00b);border-radius:var(--radius);border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--accent);border:3px solid transparent;background-clip:content-box}header{background:-webkit-linear-gradient(315deg,var(--header-bg-start) 0%,var(--header-bg-end) 100%);background:-moz-linear-gradient(315deg,var(--header-bg-start) 0%,var(--header-bg-end) 100%);background:-o-linear-gradient(315deg,var(--header-bg-start) 0%,var(--header-bg-end) 100%);background:linear-gradient(135deg,var(--header-bg-start) 0%,var(--header-bg-end) 100%);padding:15px 0;-webkit-box-shadow:0 4px 20px var(--shadow-dark);-moz-box-shadow:0 4px 20px var(--shadow-dark);box-shadow:0 4px 20px var(--shadow-dark);position:relative;border-bottom:1px solid rgba(254,201,13,.4);text-align:center}header:after{content:"EDUCATION to EXPERIENCE • EXPERIENCE to EXCELLENCE";position:absolute;bottom:0;-webkit-transform:translate(-50%,50%);-moz-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);font-family:var(--font-family);font-size:.6rem;letter-spacing:1.5px;color:var(--accent);background:#012f63;padding:2px 10px;border:1px solid rgba(254,201,13,.4);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;text-transform:uppercase;font-weight:700;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.4);-moz-box-shadow:0 4px 12px rgba(0,0,0,.4);box-shadow:0 4px 12px #0006;z-index:2;white-space:nowrap}header .header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:25px;margin-bottom:25px;text-align:center}header .logo{width:100px;height:100px;margin:24px 0 -15px;-webkit-filter:drop-shadow(0 -1px 11px rgba(255,255,255,.3));-moz-filter:drop-shadow(0 -1px 11px rgba(255,255,255,.3));-o-filter:drop-shadow(0 -1px 11px rgba(255,255,255,.3));filter:drop-shadow(0 -1px 11px rgba(255,255,255,.3));transition:all 1.2s cubic-bezier(.175,.885,.32,1.275);transform:perspective(1000px) rotateY(0)}header .logo:hover{transform:perspective(1000px) rotateY(360deg) scale(1.1);filter:drop-shadow(0 0 20px rgba(255,255,255,.5))}@media(max-width:768px){header .logo{width:80px;height:80px}}header h1{color:var(--accent);font-size:2em;margin:0;min-height:1.5em}@media(max-width:768px){header h1{font-size:1.5em}}header .header-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header-subtitle{margin:5px 0 0;color:#ccc;font-size:.9em;font-weight:400}.nav-container{text-align:center;padding:21px 16px 10px;position:relative;z-index:10;box-sizing:border-box}nav{background:#ffffff0d;padding:8px 10px;-webkit-border-radius:calc(var(--radius) * 6.25);-moz-border-radius:calc(var(--radius) * 6.25);border-radius:calc(var(--radius) * 6.25);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border:1px solid var(--glass-border);-webkit-box-shadow:0 8px 32px rgba(0,0,0,.2);-moz-box-shadow:0 8px 32px rgba(0,0,0,.2);box-shadow:0 8px 32px #0003;display:inline-block;vertical-align:middle;position:relative}@media(max-width:768px){nav{display:none;width:90%;margin:15px auto;position:absolute;left:50%;transform:translate(-50%);top:calc(100% + 5px);z-index:100;background:#012f63b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border);-webkit-border-radius:calc(var(--radius) * 2.5);-moz-border-radius:calc(var(--radius) * 2.5);border-radius:calc(var(--radius) * 2.5);padding:15px;-webkit-box-shadow:0 15px 35px rgba(0,0,0,.3);-moz-box-shadow:0 15px 35px rgba(0,0,0,.3);box-shadow:0 15px 35px #0000004d}nav.is-open{display:block;animation:navFadeIn .4s cubic-bezier(.175,.885,.32,1.275) forwards;box-shadow:1px 1px 40px #000000b3,0 15px 35px #0000004d}nav:before{display:none}}nav ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width:768px){nav ul{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0;overflow:visible}nav ul li:first-child{grid-column:span 2}nav ul li:first-child a{flex-direction:row;gap:10px}nav ul li:first-child a i{margin-bottom:0}}nav ul li:not(:last-child){position:relative}nav ul li:not(:last-child):after{content:"";position:absolute;right:-3px;top:25%;height:50%;width:1px;background:linear-gradient(to bottom,transparent,rgba(254,201,13,.35),transparent);opacity:1}@media(max-width:768px){nav ul li:not(:last-child):after{display:none}}nav a{background:transparent;border:none;cursor:pointer;-webkit-appearance:none;appearance:none;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent;color:#ffffffb3;border:1px solid transparent;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-decoration:none;font-size:1.05em;font-weight:500;padding:10px 20px;-webkit-border-radius:calc(var(--radius) * 3.75);-moz-border-radius:calc(var(--radius) * 3.75);border-radius:calc(var(--radius) * 3.75);display:block;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);-moz-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){nav a{padding:12px 8px;font-size:.85em;white-space:normal;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;border-radius:calc(var(--radius) * 1.5);background:#ffffff08;border:1px solid rgba(255,255,255,.05)}}nav a i{margin-right:6px;font-size:.95em;-webkit-filter:drop-shadow(0 0 2px rgba(254,201,13,.2));-moz-filter:drop-shadow(0 0 2px rgba(254,201,13,.2));filter:drop-shadow(0 0 2px rgba(254,201,13,.2))}@media(max-width:768px){nav a i{margin-right:0;margin-bottom:4px;font-size:1.2em}}nav a:hover,nav a:focus,nav a.active,nav a:focus-visible{outline:none;background:#fec90d33;border:1px solid rgba(254,201,13,.3);color:var(--accent);text-decoration:none;-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-moz-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px #0006}.mobile-nav-toggle{display:none;background:transparent;border:none;padding:8px;cursor:pointer;-webkit-appearance:none;appearance:none;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}.mobile-nav-toggle:focus{outline:none;box-shadow:none}.mobile-nav-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:768px){.mobile-nav-toggle{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto;width:100%;height:44px;background:#ffffff0d;border:1px solid var(--glass-border);color:#fffc;border-radius:22px;cursor:pointer;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);font-family:var(--font-family);transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 32px #0003;position:relative;z-index:101}.mobile-nav-toggle i{font-size:1.3rem;transition:transform .4s ease}.mobile-nav-toggle.is-active{background:#fec90d40;color:var(--accent);border-color:#fec90d66}.mobile-nav-toggle:active{transform:scale(.95)}}@keyframes navFadeIn{0%{opacity:0;transform:translate(-50%,-20px) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.card,.gallery-grid .gallery-item,main .about-card{background:#ffffff05;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.2);padding:2rem;-webkit-border-radius:var(--radius);-moz-border-radius:var(--radius);border-radius:var(--radius);width:100%;color:#fff;position:relative;overflow:hidden;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px}.card:before,.gallery-grid .gallery-item:before,main .about-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.card:hover:before,.gallery-grid .gallery-item:hover:before,main .about-card:hover:before{left:100%;-webkit-transition:.8s;-moz-transition:.8s;transition:.8s}main{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:40px 20px;max-width:1000px;margin:0 auto;text-align:center;width:100%;min-width:0}main h2{font-size:1.5rem;font-weight:700;margin-bottom:20px;letter-spacing:1px;background:var(--accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(254,201,13,.5);-webkit-transition:text-shadow .3s ease;-moz-transition:text-shadow .3s ease;-ms-transition:text-shadow .3s ease;-o-transition:text-shadow .3s ease;transition:text-shadow .3s ease;text-shadow:0 0 20px rgba(254,201,13,.8),0 0 30px rgba(254,201,13,.6)}main p{font-size:18px;line-height:1.6;color:var(--text-secondary);margin-bottom:20px}main .about-card{text-align:center}main .about-card p{margin:0;font-size:1.1em}main .about-card strong,main .about-card em{color:var(--accent);font-style:normal}footer{background:-webkit-linear-gradient(90deg,var(--footer-bg-start) 0%,var(--footer-bg-end) 100%);background:-moz-linear-gradient(90deg,var(--footer-bg-start) 0%,var(--footer-bg-end) 100%);background:-o-linear-gradient(90deg,var(--footer-bg-start) 0%,var(--footer-bg-end) 100%);background:linear-gradient(0deg,var(--footer-bg-start) 0%,var(--footer-bg-end) 100%);color:var(--text-secondary);text-align:center;font-size:.85em;padding:50px 20px 20px;margin-top:auto;border-top:1px solid rgba(255,0,0,.15);-webkit-box-shadow:0 -10px 40px rgba(0,0,0,.45);-moz-box-shadow:0 -10px 40px rgba(0,0,0,.45);box-shadow:0 -10px 40px #00000073;position:relative;overflow:hidden}footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 100%,rgba(254,201,13,.05),transparent 50%);pointer-events:none}footer:after{content:"";position:absolute;top:20%;right:-5%;width:500px;height:500px;background-image:url(/assets/images/knhs.webp);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.04;transform:perspective(1000px) rotateX(30deg) rotateY(-35deg) rotate(15deg);pointer-events:none;filter:grayscale(100%) brightness(2);z-index:0;animation:slowLogoFloat 20s ease-in-out infinite}footer .footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto;position:relative;z-index:1}footer .single-footer-widget{background:#ffffff08;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);padding:30px;-webkit-border-radius:var(--radius);-moz-border-radius:var(--radius);border-radius:var(--radius);border:1px solid rgba(255,255,255,.05);-webkit-box-shadow:0 8px 32px rgba(0,0,0,.1);-moz-box-shadow:0 8px 32px rgba(0,0,0,.1);box-shadow:0 8px 32px #0000001a;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:250px;max-width:600px;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;-moz-transition:-moz-transform .3s ease,-moz-box-shadow .3s ease;-o-transition:-o-transform .3s ease,-o-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease}footer .single-footer-widget h4{color:var(--accent);font-size:1.2em;margin-bottom:20px;position:relative;padding-bottom:15px;text-transform:uppercase;letter-spacing:1px}footer .single-footer-widget h4:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;background:var(--accent);border-radius:calc(var(--radius) / 4)}footer .single-footer-widget ul{list-style:none;padding:0;margin:0}footer .single-footer-widget ul li{margin-bottom:12px;display:flex;align-items:center;color:#ffffffb3!important}footer .single-footer-widget a,footer .single-footer-widget i{color:#ffffffb3!important;text-decoration:none;font-size:.95em}footer .single-footer-widget a:hover,footer .single-footer-widget i:hover{color:var(--accent)!important;padding-left:8px;text-shadow:0 0 10px rgba(254,201,13,.3)}footer .single-footer-widget i{color:var(--accent)!important;margin-right:15px;width:20px;text-align:center;font-size:1.1em}footer .footer-bottom-text{border-top:1px solid rgba(255,255,255,.1);padding-top:25px;font-size:.9em;color:var(--text-muted);position:relative;z-index:1}footer p{margin:0}@keyframes slowLogoFloat{0%{transform:perspective(1000px) rotateX(30deg) rotateY(-35deg) rotate(15deg) translateY(0)}50%{transform:perspective(1000px) rotateX(25deg) rotateY(-40deg) rotate(12deg) translateY(-30px)}to{transform:perspective(1000px) rotateX(30deg) rotateY(-35deg) rotate(15deg) translateY(0)}}.gallery-grid{column-count:3;column-gap:25px;padding:20px 0}@media(max-width:900px){.gallery-grid{column-count:2}}@media(max-width:600px){.gallery-grid{column-count:1}}.gallery-grid .gallery-item{background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-radius:var(--radius);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:inline-block;width:100%;margin-bottom:25px;break-inside:avoid;padding:7px;position:relative}.gallery-grid .gallery-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;z-index:1;pointer-events:none}.gallery-grid .gallery-item:hover:before{left:100%;-webkit-transition:.8s;-moz-transition:.8s;transition:.8s}.gallery-grid .gallery-item .gallery-image,.gallery-grid .gallery-item img{width:100%;height:auto;display:block;margin:0;border-radius:0}.gallery-grid .gallery-item .gallery-caption{padding:15px;color:var(--accent);text-align:center;font-size:1.1em;font-weight:500;text-transform:capitalize;background:#0003;flex-grow:1;display:flex;align-items:center;justify-content:center}.anthem-section{margin-top:50px;padding-top:40px;border-top:1px solid var(--glass-border);display:flex;flex-direction:column;align-items:center;width:100%}.custom-player{background:linear-gradient(180deg,#082a55e6,#03162df2);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border-radius:calc(var(--radius) * 3);padding:30px;width:100%;max-width:360px;box-shadow:0 20px 50px #00000080,inset 0 1px 1px #ffffff1a,0 0 0 1px #ffffff0d;color:var(--text-primary);font-family:var(--font-family-player);position:relative;overflow:hidden;margin:20px auto}.custom-player:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 10%,rgba(254,201,13,.08),transparent 40%);pointer-events:none}.player-header{text-align:center;margin-bottom:25px;font-size:.7rem;letter-spacing:2px;color:var(--accent);font-weight:700;text-transform:uppercase;opacity:.9}.player-art-wrapper{width:180px;height:180px;margin:0 auto 30px;position:relative;border-radius:50%;box-shadow:0 10px 30px #00000080;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.player-art-wrapper:hover{transform:scale(1.02)}.player-art{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #1a1a1a;display:block;box-sizing:border-box}.player-art-wrapper:after{content:"";position:absolute;top:50%;left:50%;width:36px;height:36px;background-color:#0b1a2e;border-radius:50%;transform:translate(-50%,-50%);border:2px solid #2a2a2a;box-shadow:inset 0 0 10px #000c;z-index:2}.player-art.rotating{animation:spin 12s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.track-info{text-align:center;margin-bottom:25px}.track-title{font-size:1.4rem;font-weight:700;margin-bottom:6px;color:var(--text-primary);text-shadow:0 2px 4px rgba(0,0,0,.3)}.track-artist{font-size:.95rem;color:#fff9;font-weight:400}.seekbar-container{width:100%;margin-bottom:25px;padding:0 5px}.time-display{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted);margin-top:10px;font-weight:500;font-variant-numeric:tabular-nums}input[type=range]{-webkit-appearance:none;width:100%;background:linear-gradient(to right,var(--accent) 0%,rgba(255,255,255,.15) 0%);background-size:100% 4px;background-position:center;background-repeat:no-repeat;cursor:pointer;margin:0;height:20px;display:block}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:14px;width:14px;border-radius:50%;background:var(--accent);cursor:pointer;margin-top:-5px;box-shadow:0 0 0 4px #fec90d26;transition:transform .1s,box-shadow .2s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 6px #fec90d40}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:transparent;border-radius:calc(var(--radius) / 4)}input[type=range]::-moz-range-thumb{height:14px;width:14px;border:none;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 0 0 4px #fec90d26}input[type=range]::-moz-range-track{width:100%;height:4px;cursor:pointer;background:transparent;border-radius:calc(var(--radius) / 4)}.main-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;margin-bottom:25px;padding:0 15px}.main-controls>:first-child{justify-self:start}.main-controls>:last-child{justify-self:end}.main-controls>:nth-child(2){justify-self:center}.control-btn{background:none;border:none;color:#fff9;font-size:1.3rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.control-btn:hover{color:var(--text-primary);background:#ffffff14}.control-btn:active{transform:scale(.95)}.play-btn-large{width:70px;height:70px;border-radius:50%;background:var(--accent);color:var(--primary-bg);border:none;font-size:1.8rem;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 8px 20px #fec90d4d;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.play-btn-large:hover{transform:scale(1.05);background-color:#ffdf5e;box-shadow:0 10px 25px #fec90d66}.play-btn-large:active{transform:scale(.95)}.play-btn-large i{text-indent:2px}.play-btn-large i.fa-pause{text-indent:0}.volume-container{background:#00000040;padding:12px 20px;border-radius:calc(var(--radius) * 6.25);display:flex;align-items:center;gap:15px;margin-top:5px}.small-icon{font-size:.9rem;color:var(--text-muted);width:20px;text-align:center}#volume-bar{flex:1}@media(max-width:480px){.custom-player{padding:20px}.player-art-wrapper{width:140px;height:140px}.track-title{font-size:1.2rem}.play-btn-large{width:60px;height:60px;font-size:1.5rem}}.owl-carousel{max-width:1200px;margin:0 auto;position:relative}.owl-carousel .owl-stage-outer{border-radius:calc(var(--radius) * 1.5);overflow:hidden;box-shadow:0 12px 40px #00000059}.owl-carousel .item{position:relative}.owl-carousel .item img{width:100%;height:clamp(240px,38vh,480px);object-fit:cover;display:block}@media(max-width:600px){.owl-carousel .item img{height:220px}}.owl-carousel .carousel-caption{position:absolute;bottom:0;left:0;width:100%;text-align:center;background:linear-gradient(180deg,#0000,#00000059 60%,#0009);backdrop-filter:blur(4px);padding:14px 12px;border-bottom-left-radius:calc(var(--radius) * 1.5);border-bottom-right-radius:calc(var(--radius) * 1.5)}.owl-carousel .carousel-caption h3{margin:0;color:var(--text-primary);font-size:1.25rem;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.6);letter-spacing:.2px}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{position:absolute;top:50%;transform:translateY(-50%);background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000059;transition:transform .18s ease,background .18s ease;font-size:1rem;cursor:pointer}.owl-carousel .owl-nav button.owl-prev{left:12px}.owl-carousel .owl-nav button.owl-next{right:12px}.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover{transform:translateY(-50%) scale(1.05);background:#ffffff0f;color:var(--accent);border-color:#ffffff24}.owl-carousel .owl-dots{text-align:center;margin-top:12px}.owl-carousel .owl-dots .owl-dot{display:inline-block;margin:0 6px}.owl-carousel .owl-dots .owl-dot button{width:10px;height:10px;border-radius:50%;background:#ffffff2e;border:none}.owl-carousel .owl-dots .owl-dot.active button{background:var(--accent);box-shadow:0 6px 18px #fec90d2e}.notices-section{padding:2rem 1rem 3rem;max-width:1100px;margin:0 auto;width:100%}.board-heading{text-align:center;font-size:1.8rem;color:var(--accent);margin:0 0 1.5rem;font-weight:700}.filters{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;align-items:center;margin-bottom:2rem}.filters .filter-label{font-size:.85rem;color:var(--text-muted);font-family:var(--font-family-player);margin-right:.25rem}.filters .filter-btn{padding:.45rem 1rem;border:1.5px solid rgba(254,201,13,.5);background:transparent;color:#fec90dbf;border-radius:20px;cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font-family-player);transition:all .25s ease;letter-spacing:.02em}.filters .filter-btn:hover{border-color:var(--accent);color:var(--accent);background:#fec90d14}.filters .filter-btn.active{background:var(--accent);color:var(--primary-bg);border-color:var(--accent);box-shadow:0 3px 10px #fec90d59}.corkboard{background:repeating-linear-gradient(45deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 1px,transparent 1px,transparent 8px),linear-gradient(160deg,#b07d4a,#8c5e2f 40%,#7a5228,#9e6c3a);border:6px solid #5c3b1a;border-radius:10px;box-shadow:0 8px 32px #0009,inset 0 2px 6px #ffffff14,inset 0 -2px 6px #0000004d;padding:2rem 1.5rem;min-height:260px;position:relative}.corkboard:before,.corkboard:after{content:"";position:absolute;width:14px;height:14px;background:radial-gradient(circle at 40% 35%,#d4a853,#7a5010);border-radius:50%;border:2px solid #5c3b1a;box-shadow:0 1px 3px #00000080}.corkboard:before{top:10px;left:10px}.corkboard:after{top:10px;right:10px}.corkboard-inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem 1.5rem}@media(max-width:600px){.corkboard-inner{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem 1rem}}.notice-slip{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:#fffde7;border:none;border-radius:2px;padding:1.2rem 1rem 1rem;cursor:pointer;position:relative;transform:rotate(var(--rot, 0deg));transform-origin:top center;box-shadow:3px 4px 12px #00000059,0 1px 3px #0003;transition:transform .2s ease,box-shadow .2s ease;text-align:left;min-height:160px}.notice-slip:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:6px;background:radial-gradient(circle at 8% 50%,transparent 60%,#fffde7 60%),radial-gradient(circle at 24% 50%,transparent 60%,#fffde7 60%),radial-gradient(circle at 40% 50%,transparent 60%,#fffde7 60%),radial-gradient(circle at 56% 50%,transparent 60%,#fffde7 60%),radial-gradient(circle at 72% 50%,transparent 60%,#fffde7 60%),radial-gradient(circle at 88% 50%,transparent 60%,#fffde7 60%);background-size:16% 100%;background-color:transparent;pointer-events:none;z-index:1}.notice-slip:hover{transform:rotate(var(--rot, 0deg)) scale(1.06) translateY(-4px);box-shadow:6px 10px 24px #00000073,0 2px 6px #00000040;z-index:10}.notice-slip:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.pin{position:absolute;top:-14px;left:50%;transform:translate(-50%);width:18px;height:18px;background:radial-gradient(circle at 35% 30%,#ff6b6b,#c0392b);border-radius:50%;box-shadow:0 3px 6px #00000080,inset 0 1px 2px #fff6;z-index:5}.pin:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:3px;height:12px;background:linear-gradient(to bottom,#888,#555);border-radius:0 0 2px 2px}.slip-category{font-size:.65rem;font-family:var(--font-family-player);font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--primary-bg);color:var(--accent);padding:.2rem .55rem;border-radius:3px;border:1px solid var(--accent)}.slip-title{font-size:.9rem;color:#1a1a1a;margin:0;line-height:1.4;font-weight:700;font-family:var(--font-family-player);word-break:break-word}.slip-date{font-size:.72rem;color:#555;font-family:var(--font-family-player);margin-top:auto}.slip-cta{font-size:.72rem;color:#012f63;font-family:var(--font-family-player);font-weight:600;opacity:.7}.empty-state{display:flex;justify-content:center;align-items:center;min-height:120px}.empty-state p{color:#fff9;font-size:1rem;font-family:var(--font-family-player);text-shadow:1px 1px 3px rgba(0,0,0,.5)}.pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.pagination .page-btn{padding:.6rem 1.2rem;background:var(--glass-bg);border:1.5px solid var(--glass-border);color:var(--accent);border-radius:var(--radius);cursor:pointer;font-weight:600;font-family:var(--font-family-player);font-size:.9rem;transition:all .25s ease}.pagination .page-btn:hover:not(:disabled){background:var(--accent);color:var(--primary-bg);transform:translateY(-2px)}.pagination .page-btn:disabled{opacity:.3;cursor:not-allowed}.pagination .page-numbers{display:flex;gap:.4rem;flex-wrap:wrap}.pagination .page-number{width:34px;height:34px;padding:0;background:var(--glass-bg);border:1.5px solid var(--glass-border);color:var(--accent);border-radius:var(--radius);cursor:pointer;font-weight:600;font-family:var(--font-family-player);font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.pagination .page-number:hover{background:var(--accent);color:var(--primary-bg)}.pagination .page-number.active{background:var(--accent);color:var(--primary-bg);box-shadow:0 3px 10px #fec90d59}.notice-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none;opacity:0;transition:opacity .25s ease}.notice-modal.open{pointer-events:all;opacity:1}.notice-modal.open .modal-box{transform:translateY(0) scale(1)}.modal-backdrop{position:absolute;inset:0;background:#000a19d9;backdrop-filter:blur(6px)}.modal-box{position:relative;z-index:1;width:100%;max-width:860px;height:80dvh;max-height:80dvh;background:linear-gradient(180deg,#001e45,#012f63);border:2px solid var(--accent);border-radius:10px;box-shadow:0 20px 60px #000000b3,0 0 0 1px #fec90d1a;display:flex;flex-direction:column;overflow:hidden;transform:translateY(24px) scale(.97);transition:transform .3s cubic-bezier(.34,1.46,.64,1)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;border-bottom:1px solid var(--glass-border);background:#0003;flex-shrink:0;gap:1rem}.modal-header .modal-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.modal-header .modal-category{font-size:.72rem;font-family:var(--font-family-player);font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:var(--accent);color:var(--primary-bg);padding:.25rem .7rem;border-radius:3px}.modal-header .modal-date{font-size:.82rem;color:var(--text-secondary);font-family:var(--font-family-player)}.modal-header .modal-close{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--glass-border);background:transparent;color:var(--text-secondary);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.modal-header .modal-close:hover{background:#ffffff1a;color:var(--accent);border-color:var(--accent)}.modal-title{font-size:1.2rem;font-weight:700;color:var(--accent);margin:0;padding:1rem 1.25rem .75rem;line-height:1.4;flex-shrink:0}@media(max-width:600px){.modal-title{font-size:1rem}}.modal-iframe-wrap{flex:1;min-height:0;background:#fff;border-top:1px solid var(--glass-border)}.modal-iframe-wrap iframe{width:100%;height:100%;border:none;display:block}@media(max-width:600px){.corkboard{padding:1.5rem 1rem}.modal-box{height:96vh;max-height:96vh}}.notices-section{padding:2rem 1rem;max-width:1200px;margin:0 auto;width:100%}.notices-section .section-header{text-align:center;margin-bottom:3rem}.notices-section .section-header h1{font-size:2.5rem;color:var(--accent);margin:0 0 .5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media(max-width:768px){.notices-section .section-header h1{font-size:1.8rem}}.notices-section .section-header .subtitle{font-size:1rem;color:var(--text-secondary);margin:0;opacity:.9}.notices-section .notices-container{display:flex;flex-direction:column;gap:2rem}.notices-section .filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.notices-section .filters .filter-btn{padding:.6rem 1.2rem;border:2px solid var(--accent);background:transparent;color:var(--accent);border-radius:var(--radius);cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease;font-family:var(--font-family-player)}.notices-section .filters .filter-btn:hover{background:var(--accent);color:var(--primary-bg);transform:translateY(-2px)}.notices-section .filters .filter-btn.active{background:var(--accent);color:var(--primary-bg);box-shadow:0 4px 12px #fec90d4d}.notices-section .notices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:768px){.notices-section .notices-grid{grid-template-columns:1fr}}.notices-section .notice-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);padding:1.5rem;backdrop-filter:blur(10px);transition:all .3s ease;display:flex;flex-direction:column;cursor:pointer;overflow:hidden;position:relative}.notices-section .notice-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent),transparent);opacity:0;transition:opacity .3s ease}.notices-section .notice-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 8px 24px #fec90d33;background:#fec90d0d}.notices-section .notice-card:hover:before{opacity:1}.notices-section .notice-card .notice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.notices-section .notice-card .notice-header .notice-meta{display:flex;flex-direction:column;gap:.5rem;flex:1}.notices-section .notice-card .notice-header .notice-date{font-size:.85rem;color:var(--text-secondary);font-family:var(--font-family-player)}.notices-section .notice-card .notice-header .notice-category{display:inline-block;font-size:.75rem;background:var(--accent);color:var(--primary-bg);padding:.3rem .8rem;border-radius:20px;font-weight:600;font-family:var(--font-family-player);width:fit-content}.notices-section .notice-card .notice-header .toggle-btn{background:transparent;border:2px solid var(--accent);color:var(--accent);width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;font-weight:700}.notices-section .notice-card .notice-header .toggle-btn:hover{background:var(--accent);color:var(--primary-bg);transform:scale(1.1)}.notices-section .notice-card .notice-header .toggle-btn:active{transform:scale(.95)}.notices-section .notice-card .notice-title{font-size:1.1rem;color:var(--accent);margin:0 0 1rem;font-weight:600;line-height:1.4;transition:color .3s ease}.notices-section .notice-card .notice-content{flex:1;display:flex;flex-direction:column;max-height:500px;overflow-y:auto;transition:opacity .3s ease,max-height .3s ease;opacity:1}.notices-section .notice-card .notice-content.hidden{display:none;opacity:0;max-height:0}.notices-section .notice-card .notice-content .iframe-container{width:100%;height:400px;border:1px solid var(--glass-border);border-radius:calc(var(--radius) / 2);overflow:hidden;background:#0003}.notices-section .notice-card .notice-content .iframe-container iframe{width:100%;height:100%;border:none;background:#fff}.notices-section .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.notices-section .pagination .page-btn{padding:.7rem 1.2rem;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--accent);border-radius:var(--radius);cursor:pointer;font-weight:600;transition:all .3s ease;font-family:var(--font-family-player)}.notices-section .pagination .page-btn:hover:not(:disabled){background:var(--accent);color:var(--primary-bg);transform:translateY(-2px)}.notices-section .pagination .page-btn:disabled,.notices-section .pagination .page-btn:disabled:hover{opacity:.3;cursor:not-allowed}.notices-section .pagination .page-numbers{display:flex;gap:.5rem;flex-wrap:wrap}.notices-section .pagination .page-number{width:36px;height:36px;padding:0;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--accent);border-radius:var(--radius);cursor:pointer;font-weight:600;transition:all .3s ease;font-family:var(--font-family-player);display:flex;align-items:center;justify-content:center}.notices-section .pagination .page-number:hover{background:var(--accent);color:var(--primary-bg)}.notices-section .pagination .page-number.active{background:var(--accent);color:var(--primary-bg);box-shadow:0 4px 12px #fec90d4d}.notices-section .empty-state{text-align:center;padding:3rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius)}.notices-section .empty-state p{font-size:1.2rem;color:var(--text-muted);margin:0}.notices-section .notice-content::-webkit-scrollbar{width:6px}.notices-section .notice-content::-webkit-scrollbar-track{background:transparent}.notices-section .notice-content::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.notices-section .notice-content::-webkit-scrollbar-thumb:hover{background:#fec90dcc}@media(max-width:768px){.notices-section{padding:1.5rem .75rem}.notices-section .section-header{margin-bottom:2rem}.notices-section .section-header h1{font-size:1.8rem}.notices-section .filters{gap:.5rem}.notices-section .filters .filter-btn{padding:.5rem 1rem;font-size:.85rem}.notices-section .notice-card{padding:1rem}.notices-section .notice-card .notice-header{flex-direction:column;gap:.75rem}.notices-section .notice-card .notice-title{font-size:1rem}.notices-section .notice-card .notice-content{max-height:300px}.notices-section .notice-card .notice-content .iframe-container{height:250px}.notices-section .pagination{gap:.75rem}.notices-section .pagination .page-btn{padding:.6rem 1rem;font-size:.9rem}.notices-section .pagination .page-number{width:32px;height:32px}}@media(max-width:480px){.notices-section{padding:1rem .5rem}.notices-section .section-header h1{font-size:1.5rem}.notices-section .section-header .subtitle{font-size:.9rem}.notices-section .filters .filter-btn{padding:.4rem .8rem;font-size:.8rem}.notices-section .notices-grid{gap:1rem}.notices-section .notice-card{padding:.75rem}.notices-section .notice-card .notice-title{font-size:.95rem}.notices-section .notice-card .notice-content .iframe-container{height:200px}.notices-section .pagination{flex-direction:column;gap:.5rem}.notices-section .pagination .page-btn{width:100%}.notices-section .pagination .page-numbers{justify-content:center}}
