.header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to left,#60a5fa,#3b82f6,#1e3a8a);padding:.05rem .5rem;height:auto;width:100%;max-height:56px;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000000d;overflow:hidden}@media (max-width: 768px){.header{padding:0rem .6rem;max-height:35px}}.logo-link{text-decoration:none}.logo-container{display:flex;align-items:center;gap:8px;flex-grow:1;min-width:0}.header-logo{width:clamp(20px,2.2vw,36px);height:auto;transition:transform .2s ease;filter:drop-shadow(1px 1px 3px rgba(0,0,0,.25))}.header-logo:hover{transform:scale(1.05)}.header-text{font-family:Oswald,sans-serif;font-weight:600;color:#63a4ff;font-size:clamp(1.25rem,2.5vw,2.8rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;-webkit-user-select:none;user-select:none;text-shadow:2px 2px 2px rgba(0,0,0,.25)}.menu-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer}@media screen and (max-width: 768px){.menu-toggle{display:block;font-size:20px;color:#fff;transform:scale(1.5);box-shadow:0 1px 3px #0000000d}}.menu-toggle:hover{transform:scale(1.1)}.horizontal-nav{width:100%;background:linear-gradient(to right,#e3f2fd,#f9fbe7);border-bottom:1px solid #bbdefb;padding:.1rem;box-shadow:0 3px 6px #0d47a11a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:fixed;top:clamp(40px,4vw,54px);z-index:999}@media (max-width: 768px){.horizontal-nav{top:35px;transform:translateY(-100%);opacity:0;visibility:hidden;height:0;padding:0;border:none;overflow:hidden;transition:all .4s ease}.horizontal-nav.open{transform:translateY(0);opacity:1;visibility:visible;height:auto;padding:.5rem;border-bottom:1px solid #bbdefb;overflow:visible;box-shadow:0 3px 6px #0d47a11a}}.nav-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;list-style:none;margin:0;padding:0;gap:.8rem}.nav-list li{margin:0}.nav-link{background:none;border:none;color:#0d47a1;padding:2px 10px;font-size:clamp(.8rem,.6vw,1rem);font-weight:500;border-radius:6px;cursor:pointer;transition:color .3s ease,box-shadow .3s ease;text-align:left}@media (max-width: 768px){.nav-link{padding:1px}}.nav-link:hover{box-shadow:0 1px 1px #2196f340}.nav-link.active{//background-color: #a9a9a9;color:#888;cursor:default;pointer-events:none;border-radius:0;padding:.1rem 1rem}.logout-btn{background-color:#f44336;color:#fff;font-size:clamp(.8rem,.95vw,1rem);font-weight:500;padding:4px 10px;border:none;border-radius:1px;cursor:pointer;//transition: background-color .3s ease,box-shadow .3s ease}.logout-btn:hover{background-color:#e53935;box-shadow:0 3px 6px #f443364d}@media (max-width: 768px){.nav-list{flex-direction:column;align-items:flex-start;gap:.6rem}.nav-link,.logout-btn{display:block;width:100%;text-align:left;padding-left:.5rem}}.nav-link:focus-visible,.logout-btn:focus-visible{outline:2px solid #1976d2;outline-offset:4px}.glowing-marquee{position:fixed;top:clamp(35px,7vw,90px);left:0;width:100%;height:30px;//background-color: #08306b;overflow:hidden;display:flex;align-items:center;z-index:1;flex-shrink:0}.marquee-text{display:inline-block;white-space:nowrap;font-size:clamp(.85rem,2.5vw,1rem);//font-weight: bold;color:#000;//text-shadow: 0 0 10px #00f6ff,0 0 20px #00f6ff;padding-left:100%;animation:scroll-left 35s linear infinite;will-change:transform}.marquee-text.paused{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@media screen and (max-width: 768px){.glowing-marquee{height:22px;//top: 40px;padding-inline:.6rem}.marquee-text{font-size:.6rem;//text-shadow: 0 0 5px #00f6ff,0 0 10px #00f6ff}}.footer{position:sticky;bottom:0;width:100%;padding:.2rem 1.5rem;text-align:center;z-index:900;//background-color: #08306b;//box-shadow: 0 -2px 6px rgba(0,0,0,.3);//border-top: 1px solid #2196f3}.footer p{margin:0;padding:.2rem 0;font-size:.8rem;line-height:1;text-align:right;//color: #000;//text-shadow: 0 0 4px #2196f3,0 0 8px #0ff}@media (max-width: 768px){.footer p{font-size:.5rem}}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh;position:relative}.layout-main{flex:1;padding:1rem}.layout-main.full-width{display:flex;justify-content:center;align-items:center;min-height:100vh;flex-direction:column;padding:.01rem}@media (max-width: 768px){.layout-main:not(.full-width){padding:1rem}}.landing-page{padding:3rem 1.5rem;background:linear-gradient(to right,#bbdefb,#e3f2fd);text-align:center}.landing-page h1{font-size:2.5rem;color:#0d47a1;margin-bottom:1rem}.landing-page p{color:#333;font-size:1rem;max-width:720px;margin:0 auto}.landing-cta-button{display:flex;align-items:center;justify-content:center;width:200px;height:48px;background-color:#1976d2;color:#fff;font-weight:600;font-size:clamp(.95rem,2vw,1.05rem);border-radius:8px;text-align:center;text-decoration:none;transition:background-color .3s ease,transform .2s ease;box-shadow:0 2px 6px #2196f333;cursor:pointer;margin:1.5rem auto 0}@media (max-width: 480px){.landing-cta-button{width:160px;height:44px;font-size:.9rem}}.landing-cta-button:hover,.landing-cta-button:active{background-color:green;color:#fff}.landing-cta-button:hover{transform:scale(1.03)}.landing-cta-button:active{transform:scale(.97)}.beranda-main{position:relative;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(0rem,2vw,2rem);overflow-y:auto;box-sizing:border-box;z-index:1;scroll-behavior:smooth;background-color:#0a1f44cc;-webkit-overflow-scrolling:touch;min-height:100vh;width:100%}.beranda-main:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:url(/images/hero-bg.jpg) center/cover no-repeat,#0a1f4499;filter:blur(6px);opacity:.25;pointer-events:none;z-index:-1}@media screen and (max-width: 600px){.beranda-main:before{background:url(/images/hero-bg.jpg) center,#0a1f4499}}.beranda-section-text{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:900px;margin:0 auto;padding:2rem 1rem;text-align:center}.beranda-title{font-size:clamp(2.8rem,4.4vw,5rem);font-weight:700;line-height:1.2;margin:.25rem 0;text-shadow:0 0 10px #2196f3,0 0 20px #0ff}.beranda-subtitle{font-size:clamp(1rem,1.5vw,1.7rem);font-weight:500;line-height:1.2;color:var(--gray-400);margin-bottom:.75rem}@media screen and (max-width: 600px){.beranda-subtitle{margin-bottom:0rem}}.beranda-section-card{flex-wrap:nowrap;padding:1rem}@media screen and (max-width: 600px){.beranda-section-card{padding:unset}}.publik-page{padding:1rem .5rem;margin-top:4rem}@media screen and (max-width: 768px){.publik-page{padding:0;margin-top:1rem}}.publik-page h2{font-size:clamp(1rem,2.5vw,2.2rem);text-align:center;margin-bottom:1rem}@media screen and (max-width: 768px){.publik-page h2{margin-top:0rem}}.admin-page{padding:5rem 2rem 3rem;//color: #fff;//text-shadow: 0 0 6px #0ff;animation:fadeIn .6s ease;min-height:calc(100vh - 80px);box-sizing:border-box}.quick-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.quick-links button{padding:.8rem 1.4rem;//background-color: #1565c0;border:none;//color: #fff;border-radius:6px;//box-shadow: 0 0 8px #2196f3;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.quick-links button:hover{transform:scale(1.05);//box-shadow: 0 0 12px #0ff}@media screen and (max-width: 768px){.dashboard-page{padding:4rem 1rem 2rem}.quick-links{flex-direction:column;align-items:stretch}.quick-links button{width:100%}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;padding:2rem;border-radius:8px;min-width:300px;max-width:600px;box-shadow:0 0 10px #00000040}.regsurat-form{padding:1.5rem;background-color:#f9f9f9;border-radius:10px}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.3rem;font-weight:700}input{width:100%;padding:.6rem;border:1px solid #ccc;border-radius:6px}.regSurat{max-width:800px;margin:0rem auto;padding:0rem;background-color:#f9f9f9;//border-radius: 12px;//box-shadow: 0 4px 12px rgba(0,0,0,.06);font-family:Segoe UI,sans-serif}.regSurat label{display:block;//margin-bottom: 1rem;font-weight:500;color:#333}.regSurat input{//width: 100%;//padding: .6rem .75rem;//border: 1px solid #ccc;//border-radius: 6px;//margin-top: .25rem;font-size:1rem;transition:border-color .2s ease}.regSurat input:focus{border-color:#00796b;outline:none}.regSurat button[type=submit]{margin-top:.1rem;padding:.5rem 1rem;background-color:#00796b;color:#fff;font-weight:700;font-size:1rem;border:none;margin-bottom:.5rem;//border-radius: 8px;cursor:pointer;transition:background-color .3s ease}.regSurat button[type=submit]:hover{background-color:#004d40}.popup-iframe{max-width:800px;width:110%;margin-left:auto;margin-right:auto}.popup-iframe iframe{width:100%;height:150px;border:none}.popup-iframe h3{font-size:clamp(1.3rem,1.8vw,1.6rem);margin-bottom:1rem;color:#004d40;font-weight:700}@media (max-width: 600px){.popup-iframe{padding:1rem}.popup-iframe iframe{height:220px}}.layanan-page{padding:1rem .5rem;margin-top:4rem}@media screen and (max-width: 768px){.layanan-page{padding:0;margin-top:1rem}}.layanan-page h2{font-size:clamp(1rem,2.5vw,2.2rem);text-align:center;margin-bottom:1rem}@media screen and (max-width: 768px){.layanan-page h2{margin-top:0rem}}.usulpip-container{max-width:800px;margin:80px auto 40px;padding:20px;font-family:Arial,sans-serif}.usulpip-title{text-align:center;margin-bottom:10px;font-size:clamp(1.5rem,2vw,2rem)}.usulpip-description{text-align:center;margin-bottom:20px;font-size:clamp(1rem,1.5vw,1.2rem)}.usulpip-iframe-wrapper{border:1px solid #ccc;border-radius:8px;overflow:hidden}.usulpip-iframe-wrapper iframe{width:100%;height:clamp(1300px,95vh,2200px);border:1px solid #ccc;border-radius:8px;display:block}.usulpip-backlink{margin-top:30px;text-align:center}.usulpip-backlink a{color:#007bff;text-decoration:none;font-weight:700;font-size:clamp(.9rem,1.2vw,1rem)}.usulpip-backlink a:hover{text-decoration:underline}@media (max-width: 600px){.usulpip-container{padding:16px;margin-top:100px}.usulpip-iframe-wrapper iframe{height:2600px}}.contact-section{padding:2rem 1.5rem;background-color:#f5f5f5;border-radius:8px}@media screen and (max-width: 768px){.contact-section{padding:0rem}}.contact-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}@media (max-width: 768px){.contact-grid{flex-direction:column;align-items:stretch}}.contact-card{background-color:#fff;border:1px solid #ddd;border-radius:6px;padding:1rem;max-width:440px;width:100%;font-size:clamp(.95rem,2.5vw,1rem);color:#333}.contact-card h2,.contact-card h3{font-size:clamp(1.2rem,3vw,1.4rem);margin-bottom:.75rem;font-weight:600;color:#222}.info-item{display:flex;gap:.5rem;margin-bottom:.5rem;font-size:.95rem}.label-kontak{font-weight:600;min-width:100px;color:#444}.value-kontak{flex:1;color:#333}.contact-options{display:flex;gap:.75rem;margin-bottom:2.5rem;padding:0rem}.contact-btn{padding:.5rem 1rem;border:none;border-radius:6px;text-decoration:none;color:#fff;font-weight:500;cursor:pointer;transition:background-color .3s ease}.telegram-btn{background-color:#2aabee;padding:.1rem .5rem;border:none;border-radius:0;color:#000}form input,form textarea{width:100%;padding:.5rem;margin-bottom:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}form button{background-color:#005baa;color:#fff;padding:.2rem 4rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s ease}form button:hover{background-color:#004080}.lokasi-title{text-align:center;font-size:clamp(1.1rem,2.5vw,1.3rem);margin:2rem 0 1rem;color:#333}.lokasi-maps{margin:1rem auto;max-width:1200px;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #00000014}.about-page{padding:3rem 2rem;max-width:900px;margin:auto;display:flex;flex-direction:column;gap:2rem;animation:fadeInUp .6s ease-out;//color: #cceeff}.about-page h1{font-size:2.8rem;text-align:center;margin-bottom:1rem;letter-spacing:1px;text-shadow:0 0 12px #2196f3}.about-page h3{font-size:1.5rem;margin:1rem 0 .5rem;padding-left:.75rem;//color: #7dd3fc;text-shadow:0 0 6px rgba(0,255,255,.3)}.about-page p{font-size:1.1rem;line-height:1.8;padding:1rem;border-radius:10px;background:#ffffff05;border:1px solid rgba(0,255,255,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 12px #00ffff14;//color: #e0e0e0;transition:background .3s ease;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.about-page p:hover{background:#00ffff14}.about-page ul{list-style-type:"🔹 ";padding-left:1.2rem;font-size:1rem;line-height:1.8;margin:1rem 0}.about-page ul li{.about-page ul li:not(:last-child) padding: .6rem 1rem;margin-bottom:1rem;//color: #cceeff !important}.about-section ul li,.about-page ul li,.about-page ul li strong,.about-page ul li a{//color: #cceeff !important}.footer-quote{font-style:italic;text-align:center;margin-top:2rem;color:#000;opacity:.85}@media (max-width: 768px){.about-page{padding:2rem 1.2rem}.about-page h1{font-size:2rem}.about-page h3{font-size:1.2rem}.about-page p,.about-page ul{font-size:1rem}}.rekap-aside{background-color:#f3f4f6;padding:1rem;box-shadow:2px 0 4px #0000000d;border-top-right-radius:8px;border-bottom-right-radius:8px;//height: fit-content}@media screen and (max-width: 768px){.rekap-aside{order:-1;border-radius:8px;box-shadow:none}}.rekap-nav h3{margin-bottom:.5rem;font-size:1.1rem;color:#333}.rekap-nav ul{list-style:none;padding:0;margin:0}.rekap-nav li{margin-bottom:.5rem}.rekap-nav a{text-decoration:none;color:#07c}.rekap-page{display:grid;grid-template-columns:240px 1fr;gap:2rem;width:100%;padding:3rem 1rem 3rem 0}.rekap-main{display:flex;flex-direction:column;gap:1.5rem}.rekap-title{font-size:clamp(1.25rem,2vw,2rem);text-align:left;margin:1rem 0}.rekap-frame{width:100%;overflow:hidden;border-radius:8px;box-shadow:0 0 12px #0ff3;display:flex;justify-content:center;align-items:center}.rekap-frame iframe{width:100%;aspect-ratio:540 / 260;border:none}.rekap-info{font-size:clamp(.75rem,1vw,.875rem);font-style:italic;color:#666;text-align:left;line-height:1.6;border-left:3px solid #2196f3;padding-left:.75rem;max-width:680px;margin:2rem auto 1rem}.rekap-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:clamp(.95rem,2vw,1.05rem);color:#001524;text-decoration:none;transition:transform .2s ease;display:inline-block;margin-top:1rem}.rekap-button:hover{transform:scale(1.05)}@media screen and (max-width: 768px){.rekap-page{display:flex;flex-direction:column;padding:.1rem 0rem;gap:.5rem}.rekap-frame iframe{height:clamp(320px,55vw,420px)}.rekap-main{padding:0 .5rem}}//html,body{margin:0;padding:0;height:100%}.login-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,#0e0f1c,#050509);color:#0ff;text-align:center;text-shadow:0 0 8px #0ff;animation:fadeIn .6s ease-in;z-index:1}.login-page h2{font-size:2rem;margin-bottom:1.5rem;letter-spacing:1px}.login-logo{width:120px;height:auto;margin-bottom:.5rem}@media screen and (max-width: 768px){.login-logo{width:100px;margin-bottom:1rem}}.login-page input{width:clamp(240px,50%,320px);margin:.6rem auto;padding:.8rem 1rem;border:none;border-radius:6px;background-color:#111;color:#fff;font-size:1rem;box-shadow:0 0 6px #26c6da;transition:box-shadow .3s ease}.login-page input:focus{outline:none;box-shadow:0 0 12px #0ff}.login-page button{margin-top:1.2rem;padding:.8rem 2rem;background-color:#00bcd4;border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 0 10px #00e5ff;transition:transform .2s ease,box-shadow .2s ease}.login-page button:hover{transform:scale(1.05);box-shadow:0 0 12px #0ff}.login-options{margin-top:1.5rem;display:flex;gap:1rem;justify-content:center}.login-options button{padding:.5rem 1.2rem;border-radius:6px;background-color:#2196f3;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s ease}.login-options button:hover{background-color:#1976d2}.notfound-container{max-width:600px;margin:auto;text-align:center;padding:5rem 2rem;background-color:#000814b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;color:#fff;box-shadow:0 0 24px #00ffff4d}.notfound-title{font-size:4rem;font-weight:700;margin-bottom:1rem;color:#00f7ff;text-shadow:0 0 12px #00f7ff}.notfound-message{font-size:1.2rem;margin-bottom:2rem;line-height:1.6;color:#ccc}.back-home-button{padding:.75rem 1.5rem;background-color:#00f7ff;color:#001524;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s ease}.back-home-button:hover{transform:scale(1.05)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--text-color: #000;--font-base: clamp(.95rem, 1vw + .5rem, 1.125rem);--line-height: 1.6}html,body{height:100%;width:100vw;overflow-x:hidden;font-family:Poppins,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:var(--text-color)}body{display:flex;flex-direction:column;font-size:var(--font-base);line-height:var(--line-height);min-height:100vh}main{flex:1;width:100%;overflow-y:auto}a{color:var(--text-color);text-decoration:none;transition:color .3s ease}a:hover{color:#1976d2}button{all:unset;font-family:inherit;font-size:var(--font-base);padding:.6em 1.2em;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}button:hover{background-color:#0ec9ff;transform:scale(1.04)}img{max-width:100%;display:block;border-radius:6px}.logo-s,.logo-m,.logo-l,.logo-xl{height:auto;margin-bottom:.8rem;transition:all .3s ease}.logo-s{width:clamp(80px,8vw,120px)}.logo-m{width:clamp(100px,10vw,160px)}.logo-l{width:clamp(120px,12vw,180px)}.logo-xl{width:clamp(140px,14vw,200px)}h1{font-size:clamp(2rem,3vw + 1rem,2.75rem)}h2{font-size:clamp(1.75rem,2.5vw + 1rem,2.25rem)}h3{font-size:clamp(1.5rem,2vw + 1rem,2rem)}p{font-size:var(--font-base)}.text-body{font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.6;color:#333}.text-small{font-size:clamp(.8rem,2vw,.9rem);line-height:1.4;color:#666}.text-caption{font-size:clamp(.75rem,1.5vw,.85rem);color:#999;font-style:italic}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}::-webkit-scrollbar{display:none}.info-block{display:grid;grid-template-columns:auto 1fr;gap:.3rem 4rem;font-size:clamp(.7rem,1.8vw,1.1rem);line-height:1.6;padding:.5rem;margin-block:1.5rem;margin-inline:auto;max-width:800px;//background: #f9f9f9;border-radius:8px}@media screen and (max-width: 768px){.info-block{gap:.1rem 1rem;padding:0rem}}.info-item{margin-bottom:.5rem}.label{font-weight:600;color:#333}.value{color:#555}.cta-button{display:flex;align-items:center;justify-content:center;width:200px;height:48px;font-weight:600;font-size:clamp(.95rem,2vw,1.05rem);background-color:#2196f3;color:#000;border-radius:8px;text-align:center;text-decoration:none;transition:background-color .3s ease,transform .2s ease;box-shadow:0 2px 6px #2196f333;cursor:pointer;margin-block:.5rem}.cta-button:hover{background-color:#1976d2;transform:scale(1.03);color:#fff}@media (max-width: 480px){.cta-button{width:160px;height:40px;font-size:.9rem;margin-block:.2rem}}@keyframes scrollText{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in-up-group>*{animation:fadeInUp .6s ease-out forwards;animation-delay:calc(.2s * var(--index));will-change:transform,opacity}.fade-in-up{animation:fadeInUp .6s ease-out forwards;will-change:transform,opacity}.fade-in-up-delayed{animation:fadeInUp .6s ease-out forwards;animation-delay:.4s;will-change:transform,opacity}@keyframes glowPulse{0%,to{text-shadow:0 0 6px #0ff}50%{text-shadow:0 0 16px #0ff}}.glow-btn{animation:glowPulse 2s infinite;text-shadow:0 0 6px #0ff}.animate-element{transform-style:preserve-3d;backface-visibility:hidden}:root{--card-max-width: 1420px;--card-gap: --card-gap: --card-gap: clamp(16px, 2vw, 32px);--font-title: clamp(1rem, 1.1vw + 1rem, 1.5rem);--font-description: clamp(.8rem, .5vw + .75rem, 1rem)}.card{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--card-gap);padding:.8rem 1rem;max-width:var(--card-max-width);margin:0 auto;justify-items:center;overflow-x:auto;overflow-y:hidden;z-index:1;margin-inline:auto}@media screen and (max-width: 768px){.card{grid-template-columns:1fr;justify-items:stretch;max-width:90%;overflow-x:hidden}}.card::-webkit-scrollbar{height:6px}.card::-webkit-scrollbar-thumb{background-color:#2196f3;border-radius:3px}.feature-card{width:80%;max-width:400px;padding:.8rem;border-radius:6px;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 12px #0ff3;background-color:#1976d24d;display:flex;flex-direction:column;align-items:center;justify-content:space-between;animation:fadeInUp .8s ease-out forwards;opacity:0;transition:transform .3s ease,box-shadow .3s ease}@media screen and (max-width: 768px){.feature-card{width:100%;padding:.5rem;max-width:400px;margin-bottom:24px}}.feature-card:hover{transform:scale(1.05);box-shadow:0 0 20px #0ff;background-color:#000;color:#2196f3}.card-title{font-size:var(--font-title);margin:.5rem 0;text-align:center;line-height:1.3;//color: var(--gray-900)}.card-description{font-size:var(--font-description);margin:.5rem 0;text-align:center;line-height:1.5;//color: var(--gray-700)}.card-link{text-decoration:none;color:inherit;display:block;padding:1rem;background-color:var(--gray-100);border-radius:8px}.card-image{width:100%;height:auto;border-radius:4px}:root{--primary-color: #1976D2;--primary-light: #63A4FF;--primary-dark: #004BA0;--primary-contrast: #FFFFFF;--secondary-color: #0288D1;--secondary-light: #5EB8FF;--secondary-dark: #01579B;--secondary-contrast: #FFFFFF;--tertiary-color: #7B1FA2;--tertiary-light: #BA68C8;--tertiary-dark: #4A0072;--tertiary-contrast: #FFFFFF;--white: #FFFFFF;--black: #000000;--gray-50: #FAFAFA;--gray-100: #F5F5F5;--gray-200: #EEEEEE;--gray-300: #E0E0E0;--gray-400: #BDBDBD;--gray-500: #9E9E9E;--gray-600: #757575;--gray-700: #616161;--gray-800: #424242;--gray-900: #212121;--success-color: #4CAF50;--success-bg: #E8F5E9;--error-color: #F44336;--error-bg: #FFEBEE;--warning-color: #FFC107;--warning-bg: #FFF8E1;--info-color: #03A9F4;--info-bg: #E1F5FE;--hover-bg: #F0F4FF;--active-bg: #D1E3FF;--focus-outline: #1976D2;--gradient-blue: linear-gradient(to right, #1976D2, #63A4FF);--gradient-dark: linear-gradient(to right, #212121, #616161);--gradient-sky: linear-gradient(to right, #0288D1, #00BCD4);--gradient-sunset: linear-gradient(to right, #FF6E40, #FFD740);--gradient-ocean: linear-gradient(to right, #0288D1, #26C6DA);--gradient-forest: linear-gradient(to right, #4CAF50, #8BC34A);--dark-bg: #121212;--dark-surface: #1E1E1E;--dark-text: #E0E0E0}
