:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#0d0d0d;color:#f0f0f0}.page{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 3rem;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.08)}.header-logo{font-size:1.4rem;font-weight:700;letter-spacing:.04em;color:#e8c97a}.header-nav{display:flex;gap:2rem}.header-nav a{color:#ddd;text-decoration:none;font-size:.95rem;letter-spacing:.03em;transition:color .2s}.header-nav a:hover{color:#e8c97a}.hero{text-align:center;padding:5rem 2rem 3.5rem;background:linear-gradient(160deg,#1a1a2e,#16213e,#0f3460)}.hero-title{font-size:clamp(2rem,5vw,3.6rem);font-weight:800;line-height:1.15;color:#fff;text-shadow:0 2px 30px rgba(232,201,122,.3);margin-bottom:1rem}.hero-sub{font-size:1.1rem;color:#a0b0c8;letter-spacing:.05em}.carousel-section{padding:3rem 0 4rem;background:#111}.carousel{position:relative;width:100%;max-width:900px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:0 20px 60px #0009;aspect-ratio:16 / 9}.carousel-track{display:flex;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-slide{flex:0 0 100%;width:100%;height:100%;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.6rem;width:3rem;height:3rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.carousel-btn:hover{background:#e8c97ab3;color:#111}.carousel-btn--prev{left:1rem}.carousel-btn--next{right:1rem}.carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.dot{width:.6rem;height:.6rem;border-radius:50%;border:none;background:#fff6;cursor:pointer;transition:background .2s,transform .2s;padding:0}.dot--active{background:#e8c97a;transform:scale(1.3)}.carousel--empty{display:flex;align-items:center;justify-content:center;color:#666;font-size:.95rem}.carousel--empty code{background:#1e1e1e;padding:.1em .4em;border-radius:4px;color:#e8c97a}.footer{margin-top:auto;text-align:center;padding:1.5rem;font-size:.85rem;color:#555;border-top:1px solid rgba(255,255,255,.06)}
