 * {box-sizing: border-box;margin: 0;padding: 0;}body {min-height: 100vh;font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background: radial-gradient(circle at top, #1e293b 0, #020617 55%);color: #e5e7eb;}a {color: inherit;text-decoration: none;}b{display: block;}h2{font-size: 1.5rem;}h3{font-size: 1.25rem;}ul{padding-left: 1.5rem;}.container {max-width: 1100px;width: 100%;margin: 0 auto;padding: 2.5rem 1.5rem;}.d-flex {display: flex;}.flex-column {flex-direction: column;}.flex-fill {flex: 1 0 auto;}.justify-content-center {justify-content: center;}.justify-content-between {justify-content: space-between;}.align-items-center {align-items: center;}.bg-dark {background: rgba(2, 6, 23, 0.7);}.w-100 {width: 100%;}.py-2 {padding-top: 0.5rem;padding-bottom: 0.5rem;}.py-3 {padding-top: 1rem;padding-bottom: 1rem;}.px-3 {padding-left: 1rem;padding-right: 1rem;}.px-4 {padding-left: 2rem;padding-right: 2rem;}.mb-2{margin-bottom: 0.5rem;}.mb-3 {margin-bottom: 1rem;}.color-light-subtle {color: #9ca3af;}.rounded-5 {border-radius: 1.5em;}.link {transition: 0.5s color;}.link.link-primary:hover {color: #38bdf8;}.link.link-secondary:hover {color: #d4aa00;}.top-header {position: relative;}.top-header::before {content: "";position: absolute;border-bottom: 1px solid #1f2937;backdrop-filter: blur(8px);width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}.chip {border: 1px solid #1f2937;font-size: 0.85rem;background: rgba(15, 23, 42, 0.7);cursor: pointer;transition: 0.15s ease;}.chip--active {border-color: #38bdf8;background: rgba(56, 189, 248, 0.12);color: #e5e7eb;transform: translateY(-1px);}.chip:hover {border-color: #38bdf8;background: rgba(56, 189, 248, 0.08);color: #e5e7eb;}.bottom-footer {border-top: 1px solid #1f2937;backdrop-filter: blur(8px);}