:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:230,240,255;--background-end-rgb:255,255,255}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.container{max-width:var(--max-width);margin:0 auto;padding:2rem}.navbar{background-color:#2c3e50;border-bottom:1px solid #2c3e50;padding:1rem 0}.nav-brand{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-links a{color:#fff;text-decoration:none;margin-left:1.5rem;font-size:1rem;font-weight:500}.nav-links a:hover{text-decoration:underline}.footer{text-align:center;padding:2rem 0;margin-top:2rem;border-top:1px solid #eaeaea;font-size:.9rem;color:#666}.hero-section{display:flex;align-items:center;background-color:#2d3748;color:#fff;padding:40px;border-radius:12px;margin-top:2rem;margin-bottom:2rem;gap:40px}.hero-image-container{flex:1.2;max-width:55%;overflow:hidden}.hero-image-container img{width:100%;height:100%;object-fit:cover;border-radius:8px}.hero-text-container{flex:1;display:flex;flex-direction:column}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:.5rem;font-family:var(--font-mono);letter-spacing:1.5px}.hero-title-slash{color:#4299e1}.hero-subtitle{font-size:1.1rem;color:#a0aec0;margin-bottom:1.5rem}.hero-last-updated{font-size:.9rem;color:#718096}.hero-button{display:inline-block;background-color:#4299e1;color:#fff;padding:14px 28px;margin-top:1.5rem;border-radius:8px;text-decoration:none;font-size:1.2rem;font-weight:700;text-align:center;transition:background-color .2s ease-in-out;align-self:flex-start}.hero-button:hover{background-color:#3182ce}h1,h2,h3{font-weight:700}h1,h2,h3,p{margin-bottom:1rem}p{line-height:1.6}.codes-table{width:100%;border-collapse:collapse;margin-bottom:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.codes-table td,.codes-table th{padding:12px 15px;border:1px solid #ddd;text-align:left}.codes-table th{background-color:#f4f4f4;font-weight:700}.codes-table tr:nth-of-type(2n){background-color:#f9f9f9}.codes-table tr:hover{background-color:#f1f1f1}.code-text{font-family:var(--font-mono);font-weight:700;color:#0056b3;background-color:#e6f2ff;padding:2px 4px;border-radius:4px}.update-badge{display:inline-block;padding:.25em .6em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.375rem;color:#fff;background-color:#007bff;margin-left:10px}@media (max-width:768px){.hero-section{flex-direction:column;padding:20px}.hero-image-container{max-width:100%}.hero-text-container{text-align:center}.hero-button{align-self:center}.nav-container,.nav-links{flex-direction:column;align-items:center}.nav-links{margin-top:1rem;display:flex}.nav-links a{margin:.5rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}}