body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
            color: #334155;
            padding: 16px;
            margin: 0;
            background: linear-gradient(
            to bottom,
            #ffffff 0%,
            #f8fafc 60px,
            #fef08a 80px,
            #f59e0b 180px,
            #b45309 100%
             );
            background-attachment: fixed;
            background-size: cover;
        }
        @media (min-width: 640px) {
            body { padding: 24px; }
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        h2 {
            margin-bottom: 8px;
            color: #1e293b;
            font-size: 1.5rem;
        }
        p {
            margin-top: 0;
            margin-bottom: 24px;
            color: #64748b;
            font-size: 0.9rem;
            line-height: 1.4;
        }
        .controls {
            margin-bottom: 16px;
            display: flex;
            gap: 12px;
            align-items: center;
            flex-wrap: wrap;
            background-color: #ffffff;
            padding: 12px 16px;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.02);
        }
        .search-input {
            flex: 1;
            min-width: 200px;
            max-width: 400px;
            padding: 10px 14px;
            border: 1px solid #cbd5e1;
            border-radius: 6px;
            font-size: 0.95rem;
            outline: none;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }
        .filter-select {
            padding: 10px 14px;
            border: 1px solid #cbd5e1;
            border-radius: 6px;
            font-size: 0.95rem;
            outline: none;
            background-color: #ffffff;
            cursor: pointer;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
            max-width: 100%;
        }
        .search-input:focus, .filter-select:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
        }
        .count-badge {
            font-size: 0.95rem;
            font-weight: 600;
            color: #1e293b;
            background-color: #f1f5f9;
            padding: 8px 14px;
            border-radius: 6px;
            border: 1px solid #e2e8f0;
            white-space: nowrap;
        }
        @media (min-width: 768px) {
            .count-badge { margin-left: auto; }
        }
        .table-container {
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        }
        table {
            width: 100%;
            border-collapse: collapse;
            text-align: left;
            font-size: 0.9rem;
            min-width: 600px;
        }
        th {
            background-color: #f1f5f9;
            color: #475569;
            font-weight: 600;
            padding: 12px 16px;
            border-bottom: 2px solid #e2e8f0;
            cursor: pointer;
            user-select: none;
            white-space: nowrap;
        }
        th:hover {
            background-color: #e2e8f0;
        }
        th::after {
            content: ' ⇅';
            font-size: 0.8rem;
            color: #94a3b8;
        }
        td {
            padding: 12px 16px;
            border-bottom: 1px solid #f1f5f9;
            white-space: normal;
            word-break: normal;
            vertical-align: top;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background-color: #f8fafc;
        }
        .empty-row {
            text-align: center;
            color: #94a3b8;
            padding: 32px;
        }
        .textcopy {
         padding: 10px 16px;
         border: 1px solid #e2e8f0;
         border-radius: 8px;
         box-shadow: 0 1px 3px rgba(0,0,0,0.02);
         background-color: #f8fafc;
         font-size: 0.95rem;
        }
        .textcopy a {
         color: #475569;
        }
        .textcopy ul li {
         line-height: 1.5
        }
        .textcopy ul li a {
         color: #475569;
        }
        
      .textcopy .right-float-image {
            float: right;
            margin: 0 0 1rem 1.5rem;
            padding: 10px;
            border: 1px solid #ddd;
            background-color: #f9f9f9;
            width: 300px; 
            text-align: center;
        }
        
        .textcopy .right-float-image img {
            display: block;
            max-width: 100%;
            height: auto;
        }
        
       .textcopy  .right-float-image small {
            display: block;
            margin-top: 8px;
            color: #555;
            font-style: italic;
        }
        

        