:root{--red: #9c0500;--red-hover: #7a0400;--red-light: #fef2f2;--red-glow: rgba(156, 5, 0, .08);--white: #ffffff;--bg: #f8f7f5;--bg-card: #ffffff;--bg-muted: #f1f0ed;--border: #e5e3df;--border-light: #eeece8;--text: #1a1a1a;--text-secondary: #5c5955;--text-muted: #8c8880;--text-on-red: #ffffff;--gold: #ffdc00;--font-heading: "Outfit", system-ui, -apple-system, sans-serif;--font-body: "DM Sans", system-ui, -apple-system, sans-serif;--radius: 12px;--radius-lg: 20px;--radius-pill: 50px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .03);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04);--max-width: 1140px;--transition: .2s ease;--transition-slow: .35s cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);line-height:1.65;min-height:100dvh}a{color:var(--red);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--red-hover)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--text)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{background:var(--white);border-bottom:1px solid var(--border-light)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:80px}.site-logo{display:flex;align-items:center}.site-logo__img{height:64px;width:auto}.top-bar{background:var(--red);color:var(--text-on-red);font-size:.8rem;font-weight:500;padding:.4rem 0}.top-bar .container{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.top-bar a{color:var(--text-on-red);display:flex;align-items:center;gap:.4rem}.top-bar a:hover{opacity:.85;color:var(--text-on-red)}.top-bar svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.site-nav{display:flex;gap:.5rem;align-items:center}.site-nav a{color:var(--text-secondary);font-family:var(--font-heading);font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:var(--radius);transition:all var(--transition)}.site-nav a:hover{color:var(--text);background:var(--bg-muted)}.nav-cta{background:var(--red)!important;color:var(--text-on-red)!important;border-radius:var(--radius-pill)!important;padding:.5rem 1.25rem!important}.nav-cta:hover{background:var(--red-hover)!important;color:var(--text-on-red)!important}.site-footer{border-top:1px solid var(--border);padding:2.5rem 0;margin-top:4rem;text-align:center}.site-footer p{color:var(--text-muted);font-size:.85rem}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.game-card{display:block;background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;color:inherit;text-decoration:none;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:transform var(--transition-slow),box-shadow var(--transition),border-color var(--transition)}.game-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--border)}.game-card__image{background:var(--bg-muted);overflow:hidden}.game-card__image img{width:100%;height:auto;display:block;transition:transform var(--transition-slow)}.game-card:hover .game-card__image img{transform:scale(1.04)}.game-card__body{padding:1.25rem 1.5rem 1.5rem}.game-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.game-card__players{font-size:.85rem;color:var(--text-muted);font-weight:500}.player-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.player-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:1.5rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);font-family:var(--font-heading);font-size:.85rem;font-weight:600;cursor:pointer;transition:all var(--transition);text-decoration:none;box-shadow:var(--shadow-sm)}.player-btn .player-count{font-size:2rem;font-weight:800;color:var(--red);line-height:1}.player-btn:hover{border-color:var(--red);box-shadow:var(--shadow-md),0 0 0 3px var(--red-glow);transform:translateY(-2px);color:var(--red)}.rounds-list{display:flex;flex-direction:column;gap:.75rem}.round-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.round-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;cursor:pointer;user-select:none;transition:background var(--transition);list-style:none}.round-header::-webkit-details-marker{display:none}.round-header:hover{background:var(--bg-muted)}.round-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg-muted);border-radius:10px;font-family:var(--font-heading);font-size:1rem;font-weight:800;color:var(--text-secondary);flex-shrink:0;transition:all var(--transition)}.round-item[open] .round-number{background:var(--red);color:var(--text-on-red)}.round-header h3{font-size:1rem;font-weight:700;flex:1}.round-chevron{color:var(--text-muted);transition:transform var(--transition);font-size:.75rem}.round-item[open] .round-chevron{transform:rotate(180deg)}.round-body{padding:0 1.25rem 1.25rem}.round-solution{border-color:var(--red);border-width:2px}.round-solution .round-number{background:var(--red-light);color:var(--red)}.round-solution[open] .round-number{background:var(--red);color:var(--text-on-red)}.round-solution .round-header h3{color:var(--red)}.vimeo-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:var(--text);border-radius:var(--radius)}.vimeo-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.downloads-wrapper{display:flex;flex-direction:column;gap:1rem}.downloads-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.downloads-label{font-family:var(--font-heading);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin-bottom:1rem}.downloads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.download-btn{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.25rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9rem;font-weight:500;transition:all var(--transition);text-decoration:none}.download-btn:hover{border-color:var(--red);color:var(--red);background:var(--red-light)}.download-btn .dl-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bg-muted);border-radius:8px;flex-shrink:0;transition:all var(--transition)}.download-btn .dl-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.download-btn:hover .dl-icon{background:var(--red);color:var(--text-on-red)}.search-bar{position:relative;margin-bottom:2rem}.search-bar input{width:100%;padding:.875rem 1.25rem .875rem 3rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text);font-size:1rem;font-family:var(--font-body);outline:none;box-shadow:var(--shadow-sm);transition:border-color var(--transition),box-shadow var(--transition)}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input:focus{border-color:var(--red);box-shadow:var(--shadow-sm),0 0 0 3px var(--red-glow)}.search-icon{position:absolute;left:1.125rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.search-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.page-hero{padding:3rem 0 2rem}.page-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.page-hero .hero-subtitle{color:var(--text-secondary);font-size:1.05rem;max-width:560px;line-height:1.6}.page-hero .hero-badge{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-heading);font-size:.8rem;font-weight:700;color:var(--red);background:var(--red-light);padding:.375rem .875rem;border-radius:var(--radius-pill);margin-bottom:.75rem}.section-heading{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-heading h2{font-size:1.1rem;font-weight:700;white-space:nowrap}.section-heading:after{content:"";flex:1;height:1px;background:var(--border)}.page-content{padding-bottom:3rem}.page-content>*+*{margin-top:2rem}.helper-text{color:var(--text-secondary);font-size:.95rem;margin-bottom:1rem}.breadcrumbs{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:var(--text-muted);padding:1.25rem 0 0}.breadcrumbs a{color:var(--text-muted);font-weight:500}.breadcrumbs a:hover{color:var(--red)}.breadcrumbs .sep{opacity:.35;font-size:.75rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .4s ease both}.stagger-1{animation-delay:.03s}.stagger-2{animation-delay:.06s}.stagger-3{animation-delay:.09s}.stagger-4{animation-delay:.12s}.stagger-5{animation-delay:.15s}@media(max-width:640px){.game-grid{grid-template-columns:1fr}.player-grid{grid-template-columns:repeat(2,1fr)}.downloads-grid{grid-template-columns:1fr}.site-nav{gap:.25rem}.site-nav a{padding:.4rem .6rem;font-size:.8rem}.site-logo{font-size:.95rem}.page-hero{padding:2rem 0 1.5rem}}
