        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; font-size: 16px; }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
            background: #f5f3ef;
            color: #2c2b28;
            line-height: 1.75;
            padding: 0 1rem;
        }
        a { color: #1a6b4a; text-decoration: none; transition: color 0.2s; }
        a:hover { color: #0d4a32; text-decoration: underline; }
        img { max-width: 100%; height: auto; display: block; border-radius: 8px; }
        h1, h2, h3, h4, h5, h6 { color: #1e2b26; line-height: 1.3; }
        h1 { font-size: 2.4rem; margin-bottom: 0.75rem; }
        h2 { font-size: 1.8rem; margin: 2.5rem 0 1rem 0; border-bottom: 3px solid #c6b69b; padding-bottom: 0.4rem; }
        h3 { font-size: 1.35rem; margin: 1.8rem 0 0.8rem 0; color: #2d4a3a; }
        h4 { font-size: 1.1rem; margin: 1.2rem 0 0.5rem 0; color: #3f5c4c; font-weight: 600; }
        p { margin-bottom: 1.1rem; }
        ul, ol { margin: 0.8rem 0 1.2rem 2rem; }
        li { margin-bottom: 0.4rem; }
        strong { font-weight: 700; color: #1e2b26; }
        em { font-style: italic; color: #4f5e56; }
        hr { border: none; border-top: 1px solid #d6cdbe; margin: 2rem 0; }
        .container { max-width: 1200px; margin: 0 auto; background: #ffffff; padding: 0 1.5rem; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
        header { padding: 1.2rem 0 0.5rem 0; border-bottom: 2px solid #e3d9cc; }
        .header-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.8rem; }
        .my-logo {
            font-size: 1.9rem; font-weight: 800; letter-spacing: -0.5px;
            background: linear-gradient(135deg, #1a6b4a, #3a8b6a);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
            display: inline-block;
        }
        .my-logo:hover { text-decoration: none; opacity: 0.85; }
        .my-logo small { font-size: 0.9rem; font-weight: 400; -webkit-text-fill-color: #6a7a72; background: none; color: #6a7a72; }
        .nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: #2c2b28; cursor: pointer; padding: 0.3rem 0.6rem; border-radius: 6px; transition: background 0.2s; }
        .nav-toggle:hover { background: #e3d9cc; }
        .main-nav { display: flex; gap: 1.2rem; flex-wrap: wrap; align-items: center; }
        .main-nav a { font-weight: 500; color: #2c2b28; padding: 0.3rem 0.6rem; border-radius: 6px; transition: background 0.2s; font-size: 0.95rem; }
        .main-nav a:hover { background: #e3d9cc; text-decoration: none; color: #1a6b4a; }
        .breadcrumb { font-size: 0.85rem; color: #7a8a82; padding: 0.6rem 0 0.2rem 0; }
        .breadcrumb a { color: #5a7a6a; }
        .breadcrumb a:hover { color: #1a6b4a; }
        .breadcrumb span { color: #2c2b28; font-weight: 500; }
        .search-section { background: #f0ece6; border-radius: 12px; padding: 1.5rem 2rem; margin: 1.5rem 0; display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; justify-content: center; }
        .search-section label { font-weight: 600; color: #2c2b28; font-size: 1.05rem; }
        .search-section input[type="text"] { flex: 1 1 260px; padding: 0.7rem 1rem; border: 2px solid #d6cdbe; border-radius: 8px; font-size: 1rem; background: #fff; transition: border 0.2s; }
        .search-section input[type="text"]:focus { outline: none; border-color: #1a6b4a; }
        .search-section button { background: #1a6b4a; color: #fff; border: none; padding: 0.7rem 1.6rem; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background 0.2s; }
        .search-section button:hover { background: #0d4a32; }
        .table-wrap { overflow-x: auto; margin: 1.5rem 0; }
        table { width: 100%; border-collapse: collapse; background: #faf8f5; border-radius: 10px; overflow: hidden; }
        th, td { padding: 0.8rem 1rem; text-align: left; border-bottom: 1px solid #e3d9cc; }
        th { background: #1e2b26; color: #fff; font-weight: 600; letter-spacing: 0.3px; }
        td { background: #fff; }
        tr:last-child td { border-bottom: none; }
        tr:hover td { background: #f5f0ea; }
        .feedback-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0; }
        @media (max-width: 700px) { .feedback-grid { grid-template-columns: 1fr; } }
        .comment-box, .score-box { background: #faf8f5; border-radius: 12px; padding: 1.5rem 1.8rem; border: 1px solid #e3d9cc; }
        .comment-box h3, .score-box h3 { margin-top: 0; border-bottom: 2px solid #c6b69b; padding-bottom: 0.5rem; }
        .comment-box form, .score-box form { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 0.8rem; }
        .comment-box textarea { resize: vertical; min-height: 100px; padding: 0.7rem 1rem; border: 2px solid #d6cdbe; border-radius: 8px; font-size: 0.95rem; font-family: inherit; }
        .comment-box textarea:focus { outline: none; border-color: #1a6b4a; }
        .comment-box input[type="text"], .score-box input[type="number"] { padding: 0.6rem 1rem; border: 2px solid #d6cdbe; border-radius: 8px; font-size: 0.95rem; }
        .comment-box input[type="text"]:focus, .score-box input[type="number"]:focus { outline: none; border-color: #1a6b4a; }
        .comment-box button, .score-box button { background: #1a6b4a; color: #fff; border: none; padding: 0.7rem 1.6rem; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background 0.2s; align-self: flex-start; }
        .comment-box button:hover, .score-box button:hover { background: #0d4a32; }
        .star-rating { display: flex; gap: 0.3rem; font-size: 1.6rem; color: #d6cdbe; cursor: pointer; }
        .star-rating i { transition: color 0.2s; }
        .star-rating i:hover, .star-rating i.active { color: #f0b64a; }
        friend-link { display: block; margin: 2rem 0 1rem 0; padding: 1.2rem 1.5rem; background: #f0ece6; border-radius: 12px; }
        friend-link::before { content: "🔗 Friends & Resources"; display: block; font-weight: 700; font-size: 1.1rem; color: #1e2b26; margin-bottom: 0.7rem; }
        friend-link a { display: inline-block; margin: 0.3rem 0.8rem 0.3rem 0; padding: 0.3rem 0.8rem; background: #fff; border-radius: 20px; border: 1px solid #d6cdbe; font-size: 0.9rem; transition: all 0.2s; }
        friend-link a:hover { background: #1a6b4a; color: #fff; border-color: #1a6b4a; text-decoration: none; }
        footer { padding: 2rem 0 1.5rem 0; border-top: 2px solid #e3d9cc; margin-top: 2rem; text-align: center; color: #5a6a62; font-size: 0.9rem; }
        footer .copyright { font-weight: 500; color: #2c2b28; margin-top: 0.5rem; }
        @media (max-width: 768px) {
            body { padding: 0 0.6rem; }
            .container { padding: 0 1rem; }
            h1 { font-size: 1.7rem; }
            h2 { font-size: 1.4rem; }
            h3 { font-size: 1.15rem; }
            .header-top { flex-wrap: wrap; }
            .main-nav { display: none; width: 100%; flex-direction: column; gap: 0.3rem; padding: 0.8rem 0; }
            .main-nav.open { display: flex; }
            .nav-toggle { display: inline-block; }
            .search-section { flex-direction: column; padding: 1.2rem; }
            .search-section input[type="text"] { width: 100%; flex: 1 1 auto; }
            .feedback-grid { grid-template-columns: 1fr; }
            .my-logo { font-size: 1.5rem; }
        }
        @media (min-width: 769px) {
            .nav-toggle { display: none !important; }
            .main-nav { display: flex !important; }
        }
        .highlight-box { background: #f0f7f3; border-left: 5px solid #1a6b4a; padding: 1.2rem 1.5rem; border-radius: 0 10px 10px 0; margin: 1.5rem 0; }
        .emoji-lg { font-size: 1.8rem; vertical-align: middle; margin-right: 0.3rem; }
        .text-center { text-align: center; }
        .mt-2 { margin-top: 2rem; }
        .mb-1 { margin-bottom: 1rem; }
        .flex-icon { display: inline-flex; align-items: center; gap: 0.4rem; }
        .img-caption { font-size: 0.85rem; color: #6a7a72; text-align: center; margin-top: 0.3rem; font-style: italic; }
        .scroll-top { position: fixed; bottom: 2rem; right: 2rem; background: #1a6b4a; color: #fff; border: none; width: 48px; height: 48px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: background 0.2s, transform 0.2s; display: flex; align-items: center; justify-content: center; z-index: 999; }
        .scroll-top:hover { background: #0d4a32; transform: translateY(-3px); }
