* { margin: 0; padding: 0; box-sizing: border-box; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; }
        body { background: #fcf9f7; color: #1f2e3a; line-height: 1.7; }
        .wrapper { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        .site-header { background: #2b211f; color: #f0e1c7; padding: 15px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo a { font-size: 2rem; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #e6b17e, #d98c5f); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 1px; }
        .logo a:hover { opacity: 0.9; }
        .nav-menu { display: flex; gap: 28px; }
        .nav-menu a { color: #f0e1c7; text-decoration: none; font-weight: 500; font-size: 1.1rem; transition: 0.2s; border-bottom: 2px solid transparent; padding-bottom: 4px; }
        .nav-menu a:hover { border-bottom-color: #e6b17e; color: #ffd6a8; }
        .hamburger { display: none; flex-direction: column; cursor: pointer; }
        .hamburger span { width: 28px; height: 3px; background: #f0e1c7; margin: 3px 0; border-radius: 2px; transition: 0.3s; }
        #menu-toggle { display: none; }
        @media (max-width: 768px) {
            .hamburger { display: flex; }
            .nav-menu { display: none; width: 100%; flex-direction: column; background: #2b211f; padding: 20px; margin-top: 15px; border-radius: 12px; gap: 16px; text-align: center; }
            #menu-toggle:checked + .hamburger + .nav-menu { display: flex; }
            .header-inner { align-items: center; }
        }
        .breadcrumb { background: #f3ede7; padding: 10px 0; font-size: 0.95rem; border-bottom: 1px solid #ddd3c9; }
        .breadcrumb ul { display: flex; flex-wrap: wrap; list-style: none; gap: 8px; }
        .breadcrumb li:not(:last-child):after { content: "›"; margin-left: 8px; color: #9b7b5e; }
        .breadcrumb a { color: #7a4e2e; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        h1 { font-size: 3rem; margin: 30px 0 15px; color: #3f2c1f; border-left: 10px solid #c5713a; padding-left: 25px; }
        h2 { font-size: 2.2rem; margin: 40px 0 20px; color: #4d3627; border-bottom: 3px dashed #c49a6c; padding-bottom: 8px; }
        h3 { font-size: 1.7rem; margin: 30px 0 15px; color: #5d4232; }
        .feature-img { margin: 30px 0; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 30px -10px rgba(0,0,0,0.3); }
        .feature-img img { width: 100%; height: auto; display: block; }
        .insight-box { background: #e8dfd6; padding: 25px; border-radius: 28px; margin: 30px 0; border-left: 8px solid #b6682c; font-size: 1.1rem; }
        table { width: 100%; border-collapse: collapse; margin: 30px 0; background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
        th { background: #6b4f3a; color: white; font-weight: 600; padding: 14px; }
        td { padding: 14px; border-bottom: 1px solid #ecd9c9; }
        tr:last-child td { border-bottom: none; }
        .interview-card { background: #fff3e6; padding: 25px; border-radius: 40px; margin: 30px 0; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
        .emoji-big { font-size: 2rem; margin-right: 10px; vertical-align: middle; }
        .tag-list { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }
        .tag { background: #d9c2b0; color: #2a1b13; padding: 6px 18px; border-radius: 40px; font-size: 0.95rem; text-decoration: none; transition: 0.2s; }
        .tag:hover { background: #b6682c; color: white; }
        .site-footer { background: #1d1613; color: #ddd2c5; margin-top: 70px; padding: 40px 0 20px; border-radius: 60px 60px 0 0; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 35px; margin-bottom: 35px; }
        .footer-grid a { color: #e6b17e; text-decoration: none; }
        .footer-grid a:hover { text-decoration: underline; }
        friend-link { display: block; background: #2b211f; padding: 20px; border-radius: 30px; margin: 30px 0; font-style: normal; }
        friend-link a { color: #ffc49b; }
        .copyright { text-align: center; border-top: 1px solid #6b4f3a; padding-top: 25px; font-size: 0.9rem; }
        .highlight { background: #fde9d2; padding: 2px 8px; border-radius: 12px; font-weight: 600; }
        p { margin-bottom: 1.4rem; }
        li { margin-bottom: 0.5rem; }
