        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.25s; }
        html { scroll-behavior: smooth; }
        body { background: #f8f0ee; color: #1a0e0c; line-height: 1.65; }
        body.dark { background: #0e0807; color: #e8dcd8; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        .glass { background: rgba(255,235,230,0.55); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: 36px; border: 1px solid rgba(230,57,70,0.15); box-shadow: 0 10px 48px rgba(180,50,60,0.04); }
        .dark .glass { background: rgba(30,16,14,0.65); border-color: rgba(230,57,70,0.06); box-shadow: 0 10px 48px rgba(0,0,0,0.4); }
        .card { border-radius: 28px; background: rgba(255,235,230,0.65); backdrop-filter: blur(8px); padding: 26px 24px; transition: all 0.3s ease; border: 1px solid rgba(230,57,70,0.20); }
        .dark .card { background: rgba(30,16,14,0.5); border-color: rgba(230,57,70,0.04); }
        .card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(180,50,60,0.06); }
        .dark .card:hover { box-shadow: 0 18px 40px rgba(0,0,0,0.4); }
        .hero { background: linear-gradient(145deg, #1a0a08 0%, #2d0a14 45%, #1a0a20 100%); color: #fff; padding: 64px 0 56px; border-radius: 0 0 56px 56px; margin-bottom: 44px; position: relative; overflow: hidden; }
        .hero::after { content: ''; position: absolute; top: -40%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(230,57,70,0.08) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
        .dark .hero { background: linear-gradient(145deg, #0a0404 0%, #18040c 45%, #0e0418 100%); }
        .hero h1 { font-size: clamp(2.8rem, 9vw, 4.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; position: relative; z-index: 2; }
        .hero h1 span { color: #e63946; }
        .hero p { font-size: 1.3rem; opacity: 0.85; max-width: 680px; margin-top: 12px; position: relative; z-index: 2; }
        .hero .badge-group { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; position: relative; z-index: 2; }
        .badge { background: rgba(230,57,70,0.18); backdrop-filter: blur(6px); padding: 6px 20px; border-radius: 60px; font-size: 0.85rem; font-weight: 600; border: 1px solid rgba(230,57,70,0.25); color: #e63946; }
        .badge-light { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.10); color: #f0d0d0; }
        nav { display: flex; justify-content: space-between; align-items: center; padding: 18px 0 10px; flex-wrap: wrap; gap: 12px; }
        .nav-brand { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.02em; display: flex; align-items: center; gap: 4px; }
        .nav-brand span { color: #e63946; }
        .nav-links { display: flex; gap: 28px; font-weight: 500; flex-wrap: wrap; }
        .nav-links a { color: inherit; text-decoration: none; font-size: 0.98rem; border-bottom: 2px solid transparent; padding-bottom: 4px; transition: 0.2s; }
        .nav-links a:hover { border-color: #e63946; color: #e63946; }
        .dark .nav-links a:hover { border-color: #e63946; color: #e63946; }
        .nav-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
        .search-box { display: flex; background: rgba(255,255,255,0.08); border-radius: 60px; padding: 3px 3px 3px 18px; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.08); }
        .dark .search-box { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.04); }
        .search-box input { background: transparent; border: none; padding: 8px 4px; color: inherit; width: 150px; outline: none; font-size: 0.92rem; }
        .search-box input::placeholder { color: rgba(255,255,255,0.4); }
        .dark .search-box input::placeholder { color: rgba(255,255,255,0.25); }
        .search-box button { background: #e63946; border: none; border-radius: 40px; padding: 8px 22px; font-weight: 600; color: #1a0e0c; cursor: pointer; transition: 0.2s; font-size: 0.9rem; }
        .search-box button:hover { background: #c92a3a; transform: scale(1.02); }
        .theme-toggle { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); border-radius: 60px; padding: 6px 16px; color: inherit; cursor: pointer; font-size: 1.1rem; transition: 0.2s; backdrop-filter: blur(4px); }
        .theme-toggle:hover { background: rgba(255,255,255,0.14); }
        .menu-toggle { display: none; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 8px 16px; color: inherit; font-size: 1.6rem; cursor: pointer; line-height: 1; }
        .breadcrumb { font-size: 0.88rem; padding: 10px 0 4px; opacity: 0.6; display: flex; gap: 6px; flex-wrap: wrap; }
        .breadcrumb a { color: inherit; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; color: #e63946; }
        .section-title { font-size: 2.1rem; font-weight: 700; margin-bottom: 24px; letter-spacing: -0.02em; }
        .section-title small { font-size: 1rem; font-weight: 400; opacity: 0.5; margin-left: 12px; }
        .grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
        .grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; }
        .img-svg { width: 100%; height: auto; aspect-ratio: 16/9; background: #2a1a18; border-radius: 20px; display: flex; align-items: center; justify-content: center; color: #f0d0d0; font-weight: 600; font-size: 0.95rem; overflow: hidden; }
        .dark .img-svg { background: #1a0a08; }
        .img-svg svg { width: 100%; height: 100%; display: block; border-radius: 20px; }
        .article-item { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(0,0,0,0.04); }
        .dark .article-item { border-color: rgba(255,255,255,0.04); }
        .article-item:last-child { border: none; margin-bottom: 0; padding-bottom: 0; }
        .article-item h4 { font-size: 1.15rem; font-weight: 600; margin-bottom: 4px; }
        .article-item .meta { font-size: 0.82rem; opacity: 0.6; display: flex; gap: 16px; flex-wrap: wrap; }
        .back-top { position: fixed; bottom: 32px; right: 32px; background: #e63946; color: #fff; border: none; border-radius: 60px; width: 54px; height: 54px; font-size: 1.8rem; cursor: pointer; box-shadow: 0 10px 28px rgba(180,40,50,0.3); z-index: 999; transition: 0.25s; display: none; align-items: center; justify-content: center; }
        .back-top.show { display: flex; }
        .back-top:hover { transform: scale(1.08); background: #c92a3a; }
        .footer { margin-top: 60px; padding: 44px 0 32px; border-top: 1px solid rgba(0,0,0,0.05); }
        .dark .footer { border-color: rgba(255,255,255,0.05); }
        .footer-links { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
        .footer-links a { color: inherit; text-decoration: none; opacity: 0.7; transition: 0.2s; }
        .footer-links a:hover { opacity: 1; color: #e63946; }
        .qr-placeholder { width: 100px; height: 100px; background: #2a1a18; border-radius: 20px; display: flex; align-items: center; justify-content: center; color: #e63946; font-size: 0.75rem; text-align: center; padding: 8px; border: 2px dashed rgba(230,57,70,0.25); margin: 0 auto; }
        .dark .qr-placeholder { background: #1a0a08; }
        .fade-in { opacity: 0; transform: translateY(28px); transition: all 0.7s ease; }
        .fade-in.visible { opacity: 1; transform: translateY(0); }
        .count-num { font-size: 2.8rem; font-weight: 700; line-height: 1.2; color: #e63946; }
        .carousel { display: flex; gap: 20px; overflow-x: auto; padding: 8px 4px 16px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
        .carousel::-webkit-scrollbar { height: 4px; background: rgba(0,0,0,0.04); border-radius: 10px; }
        .carousel::-webkit-scrollbar-thumb { background: #e63946; border-radius: 10px; }
        .carousel-item { min-width: 220px; scroll-snap-align: start; flex-shrink: 0; }
        .flex { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
        .flex-center { justify-content: center; }
        .mt-16 { margin-top: 16px; }
        .mt-24 { margin-top: 24px; }
        .mt-32 { margin-top: 32px; }
        .mb-16 { margin-bottom: 16px; }
        .mb-24 { margin-bottom: 24px; }
        .text-center { text-align: center; }
        .gap-8 { gap: 8px; }
        .w-full { width: 100%; }
        .op-6 { opacity: 0.6; }
        .text-sm { font-size: 0.9rem; }
        .accent { color: #e63946; }
        @media (max-width: 820px) {
            .nav-links { display: none; flex-direction: column; width: 100%; gap: 10px; padding: 16px 0 8px; }
            .nav-links.open { display: flex; }
            .menu-toggle { display: block; }
            .search-box input { width: 100px; }
            .hero { padding: 44px 0 36px; border-radius: 0 0 32px 32px; }
            .hero h1 { font-size: 2.4rem; }
            .container { padding: 0 16px; }
            .grid-2 { grid-template-columns: 1fr; }
            .grid-3 { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
            .grid-4 { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
            .section-title { font-size: 1.7rem; }
            .carousel-item { min-width: 160px; }
        }
        @media (max-width: 480px) {
            .hero h1 { font-size: 1.9rem; }
            .nav-brand { font-size: 1.5rem; }
            .search-box input { width: 70px; font-size: 0.8rem; }
            .search-box button { padding: 6px 14px; font-size: 0.8rem; }
            .card { padding: 18px 16px; }
            .count-num { font-size: 2.2rem; }
        }