:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-noto),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;font-weight:400}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.index-tab{transition:opacity .2s ease}.index-tab:hover{opacity:.85}.tab-home{background-color:#007bff}.tab-drill{background-color:#28a745}.tab-full{background-color:#ffc107;color:#000}.tab-info{background-color:#17a2b8}.tab-interview{background-color:#6f42c1}.tab-study{background-color:#e83e8c}.tab-podcast{background-color:#fd7e14;color:#fff}.tab-esmaker{background-color:#343a40;color:#fff}.tile-card{min-height:420px;transition:transform .2s ease,box-shadow .2s ease}.tile-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.index-tabs{border-bottom:2px solid rgba(0,0,0,.07)}.tile-card{transition:transform .15s ease,box-shadow .15s ease}.tile-card:hover{transform:translateY(-10px);box-shadow:0 .5rem 1rem rgba(0,0,0,.12)}.card-img-top{object-fit:cover;height:180px}@media (min-width:992px){.card-img-top{height:200px}}.index-tab{display:inline-block;padding:.5rem 1rem;font-weight:700;text-decoration:none;color:#fff;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0;transition:all .2s ease}.index-tab.active{position:relative;top:-10px;box-shadow:0 -5px 6px rgba(0,0,0,.25);z-index:1}.hover-bg:hover{background-color:rgba(0,0,0,.05)}@media (prefers-color-scheme:dark){.hover-bg:hover{background-color:rgba(255,255,255,.08)}}