        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            background-color: #f8f9fa;
            max-width: 100vw;
            overflow-x: hidden;
        }
        img { max-width: 100%; height: auto; display: block; }
        h1, h2, h3, h4 { font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif; color: #0d3a6c; margin-bottom: 1rem; line-height: 1.3; }
        h1 { font-size: 2.8rem; border-bottom: 4px solid #e31c3d; padding-bottom: 0.5rem; margin-top: 1.5rem; }
        h2 { font-size: 2.2rem; color: #1e5aa8; margin-top: 2.5rem; padding-left: 0.5rem; border-left: 5px solid #ffcc00; }
        h3 { font-size: 1.8rem; color: #2a6ebb; margin-top: 2rem; }
        h4 { font-size: 1.4rem; color: #3d7bc9; margin-top: 1.5rem; }
        p { margin-bottom: 1.5rem; text-align: justify; }
        a { color: #e31c3d; text-decoration: none; transition: color 0.3s ease, background-color 0.3s ease; }
        a:hover { color: #0d3a6c; text-decoration: underline; }
        strong { color: #0d3a6c; }
        em { font-style: italic; }
        .lead { font-size: 1.3rem; color: #555; font-weight: 500; }
        .last-updated { font-size: 0.9rem; color: #666; background: #eee; padding: 0.5rem 1rem; border-radius: 4px; display: inline-block; margin-bottom: 2rem; }
        .word-count { font-size: 0.9rem; color: #888; text-align: right; }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .main-content { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 30px 0; }
        @media (max-width: 992px) {
            .main-content { grid-template-columns: 1fr; }
        }
        .site-header { background: linear-gradient(135deg, #0d3a6c 0%, #1e5aa8 100%); color: white; padding: 1rem 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
        .header-inner { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif; font-size: 2.5rem; color: #ffcc00; text-decoration: none; letter-spacing: 1px; }
        .my-logo:hover { color: white; text-decoration: none; }
        .mobile-toggle { display: none; font-size: 1.8rem; cursor: pointer; }
        @media (max-width: 768px) {
            .my-logo { font-size: 2rem; }
            .mobile-toggle { display: block; }
        }
        .main-nav { display: flex; }
        .nav-list { display: flex; list-style: none; }
        .nav-list li { margin-left: 2rem; }
        .nav-list a { color: white; font-weight: 600; padding: 0.5rem 0; border-bottom: 2px solid transparent; }
        .nav-list a:hover { border-bottom-color: #ffcc00; text-decoration: none; }
        @media (max-width: 768px) {
            .main-nav { position: fixed; top: 70px; left: -100%; width: 280px; height: calc(100vh - 70px); background: #0d3a6c; flex-direction: column; transition: left 0.4s ease; padding: 2rem; box-shadow: 5px 0 15px rgba(0,0,0,0.2); overflow-y: auto; }
            .main-nav.active { left: 0; }
            .nav-list { flex-direction: column; }
            .nav-list li { margin: 0 0 1.5rem 0; }
        }
        .breadcrumb { background-color: #e9ecef; padding: 1rem; border-radius: 5px; margin: 1.5rem 0; }
        .breadcrumb ul { display: flex; flex-wrap: wrap; list-style: none; }
        .breadcrumb li { margin-right: 0.5rem; font-size: 0.95rem; }
        .breadcrumb li:not(:last-child)::after { content: '›'; margin-left: 0.5rem; color: #666; }
        .breadcrumb a { color: #555; }
        .breadcrumb a:hover { color: #e31c3d; }
        .article-content { background: white; padding: 2.5rem; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
        .featured-img { width: 100%; border-radius: 8px; margin: 2rem 0; border: 1px solid #ddd; }
        .inset-box { background: #f0f7ff; border-left: 5px solid #1e5aa8; padding: 1.5rem; margin: 2rem 0; border-radius: 0 8px 8px 0; }
        .link-list { background: #f9f9f9; padding: 1.5rem; border-radius: 8px; margin: 2rem 0; }
        .link-list h4 { margin-top: 0; }
        .link-list ul { list-style-position: inside; }
        .link-list li { margin-bottom: 0.8rem; }
        .sidebar { background: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); align-self: start; position: sticky; top: 100px; }
        .sidebar-widget { margin-bottom: 2.5rem; }
        .sidebar-widget h3 { font-size: 1.5rem; border-bottom: 3px solid #ffcc00; padding-bottom: 0.5rem; margin-bottom: 1.2rem; }
        .print-button { display: block; width: 100%; background: linear-gradient(to right, #e31c3d, #c91030); color: white; text-align: center; padding: 1rem; border-radius: 8px; font-size: 1.2rem; font-weight: bold; margin-bottom: 1.5rem; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
        .print-button:hover { transform: translateY(-3px); box-shadow: 0 7px 12px rgba(227, 28, 61, 0.3); text-decoration: none; color: white; }
        .schedule-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
        .schedule-table th, .schedule-table td { border: 1px solid #ccc; padding: 0.8rem; text-align: left; font-size: 0.9rem; }
        .schedule-table th { background-color: #0d3a6c; color: white; }
        .schedule-table tr:nth-child(even) { background-color: #f2f2f2; }
        .user-interaction { background: #fff; border: 2px dashed #ddd; border-radius: 10px; padding: 2rem; margin: 3rem 0; }
        .interaction-title { text-align: center; color: #0d3a6c; margin-bottom: 2rem; }
        .interaction-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
        .interaction-box { background: #f8f9fa; padding: 1.5rem; border-radius: 8px; border: 1px solid #e9ecef; }
        .interaction-box h4 { display: flex; align-items: center; gap: 10px; }
        .interaction-box form { display: flex; flex-direction: column; gap: 1rem; margin-top: 1rem; }
        .interaction-box input, .interaction-box textarea, .interaction-box select { padding: 0.8rem; border: 1px solid #bbb; border-radius: 5px; font-family: inherit; }
        .interaction-box button { background: #0d3a6c; color: white; border: none; padding: 0.8rem; border-radius: 5px; cursor: pointer; font-weight: bold; transition: background 0.3s; }
        .interaction-box button:hover { background: #e31c3d; }
        .star-rating { display: flex; gap: 5px; font-size: 1.8rem; justify-content: center; margin: 1rem 0; }
        .star-rating i { color: #ddd; cursor: pointer; transition: color 0.2s; }
        .star-rating i:hover, .star-rating i.active { color: #ffcc00; }
        .site-footer { background: #1a1a1a; color: #ccc; padding: 3rem 0 1.5rem; margin-top: 4rem; }
        .footer-content { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
        @media (max-width: 768px) {
            .footer-content { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 480px) {
            .footer-content { grid-template-columns: 1fr; }
        }
        .footer-widget h4 { color: #ffcc00; border-bottom: 1px solid #444; padding-bottom: 0.5rem; }
        friend-link { display: block; color: #aaa; margin: 0.5rem 0; }
        friend-link:hover { color: #ffcc00; }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #333; color: #888; font-size: 0.9rem; }
