:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){html{color-scheme:dark}}body,html{height:100%;max-width:100vw;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:70px;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.video-background-wrapper{position:relative;width:100%;height:100vh;overflow:hidden}.video-bg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-fit:cover;z-index:1;width:auto;height:auto}.video-content{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;height:100%;pointer-events:none}.scroll-down-arrow{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);font-size:6rem;color:white;background:none;border:none;cursor:pointer;z-index:3;transition:transform .2s ease}.scroll-down-arrow:hover{transform:translateX(-50%) scale(1.1)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.subscription-card{background:#fff;border-radius:1rem;transition:all .3s ease;position:relative}.subscription-card:hover{box-shadow:0 0 12px rgba(0,0,0,.12)}.latest-news-container{background-color:#f8f9fa}.latest-news-card{background-color:#fff;border:2px solid black;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:300px;max-width:300px;margin-bottom:20px;flex-shrink:0}.latest-news-card-img{border-top-left-radius:1rem;border-top-right-radius:1rem}.latest-news-card-footer{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.text-center{text-align:center}.flex-center{display:flex;justify-content:center;align-items:center}.repo-table-wrapper{max-height:400px;overflow-y:auto;border:1px solid #dee2e6;border-top:none}.repo-table-wrapper::-webkit-scrollbar{width:8px}.repo-table-wrapper::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.hero-section{background-color:#f8f9fc;min-height:40vh;display:flex;align-items:center}.primary-btn{background-color:#0d6efd;color:white;border:none;border-radius:999px}.primary-btn,.secondary-btn{padding:.5rem 1.5rem;font-weight:600}.secondary-btn{background-color:#fff;color:#0d6efd;border:1px solid #0d6efd;border-radius:999px}