        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
    /*    body {
            font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
            background: #f4f7fc;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }  */
        .container {
			margin: auto;
            max-width: 950px;
            width: 100%;
            background: white;
            border-radius: 0px;
            /* box-shadow: 0 20px 40px -12px rgba(0, 20, 40, 0.25); */
            padding: 30px 30px 40px;
            transition: 0.2s;
        }
        h1 {
			justify-content: center;
			text-align: center;
            font-weight: 500;
            font-size: 1.9rem;
            letter-spacing: -0.5px;
            color: #0b2b44;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
		@media screen and (max-width: 800px) {
        h1 {                                                                                                                        
            font-size: 1.2rem;
        }
        }
        .subhead {
            color: #3d5f7a;
            padding-left: 16px;
            margin-bottom: 28px;
            font-weight: 400;
            font-size: 1rem;
            background: #f0f5fe;
            border-radius: 0px;
            padding: 10px 20px;
            display: inline-block;
        }
        .search-box {
           /* display: flex; */
            flex-direction: column;
            gap: 14px;
            background: #EFEDE9;
            padding: 20px 24px 24px;
            border-radius: 0px;
            border: 1px solid #e2edf7;
        }
        .input-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px;
        }
        .input-row label {
            font-weight: 500;
            color: #1a405c;
            font-size: 1rem;
        }
        .input-row input {
            flex: 2 1 220px;
            padding: 12px 18px;
            border: 2px solid #d7e3f0;
            border-radius: 0px;
            font-size: 1rem;
            background: white;
            transition: 0.2s;
            outline: none;
            font-weight: 450;
			font-family: arial;
        }
		@media screen and (max-width: 800px) {
        .input-row input {                                                                                                                        
            flex: 2 1 0px;
        }
        }
        .input-row input:focus {
            border-color: #2b7be4;
            box-shadow: 0 0 0 3px rgba(43, 123, 228, 0.2);
        }
        .input-row input::placeholder {
            color: #99b2cc;
            font-weight: 300;
        }
        .btn {
            background: #00A651;
            border: none;
            color: white;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 0px;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            letter-spacing: 0.3px;
            box-shadow: 0 4px 8px rgba(26, 95, 158, 0.2);
            border: 1px solid #1a5f9e;
        }
        .btn:hover {
            background: ##ebeff2;
            transform: scale(0.98);
            box-shadow: 0 6px 12px rgba(26, 95, 158, 0.3);
        }
        .btn:active {
            background: #0a3b60;
        }
        .btn-secondary {
            background: #eef3f9;
            color: #1a405c;
            border: 1px solid #cecece;
            box-shadow: none;
        }
        .btn-secondary:hover {
            background: #dfe9f3;
        }
        .btn-success {
            background: #28a745;
            border-color: #28a745;
        }
        .btn-success:hover {
            background: #218838;
        }
        .status-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 6px;
            font-size: 0.9rem;
            color: #ebeff2;
        }
        #progressInfo {
            background: #e7eef800;
            padding: 4px 14px;
            border-radius: 0px;
        }
        .result-area {
            margin-top: 30px;
        }
        .result-card {
            background: white;
            border-radius: 0px;
            padding: 24px 28px;
            border: 1px solid #dfeaf5;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
            transition: 0.1s;
        }
        .result-card .verdict {
            font-weight: 600;
            padding: 8px 20px;
            border-radius:0px;
            font-size: 1.2rem;
            display: inline-block;
            margin: 6px 0;
        }
        .verdict.found {
            background: #d3f0d8;
            color: #0a5224;
        }
        .verdict.notfound {
            background: #ffe6e6;
            color: #9e2a2a;
        }
        .verdict.waiting {
            background: #f0f2f5;
            color: #5e6f7e;
        }
        .verdict.error {
            background: #fff3cd;
            color: #856404;
        }
        .result-details {
            margin-top: 16px;
            padding: 16px 20px;
            background: #f8faff;
            border-radius: 0px;
            border: 1px solid #e2edf7;
        }
        .result-details .detail-row {
            display: flex;
            align-items: baseline;
            padding: 6px 0;
            border-bottom: 1px solid #edf2f7;
        }
        .result-details .detail-row:last-child {
            border-bottom: none;
        }
        .result-details .label {
            font-weight: 600;
            color: #1a405c;
            min-width: 140px;
            font-size: 0.9rem;
        }
        .result-details .value {
            color: #0b2b44;
            font-size: 0.95rem;
            word-break: break-word;
        }
        .result-details .value a {
            color: #2b7be4;
            text-decoration: none;
        }
        .result-details .value a:hover {
            text-decoration: underline;
        }
        .summary {
            margin-top: 20px;
            padding: 5px 24px;
            background: #00a65100;
            border-radius: 0px;
            font-size: 1.2rem;
            font-weight: 500;
            text-align: center;
            border: 1px solid #c7daea00;
            color: #0b2b44;
        }
        .summary strong {
            background: white;
            padding: 2px 14px;
            border-radius: 0px;
            margin: 0 4px;
        }
        .badge {
            background: #00A651;
            color: white;
            border-radius: 0px;
            padding: 0 14px;
            font-size: 0.8rem;
            line-height: 26px;
        }
        hr {
            margin: 18px 0 6px;
            border: 1px dashed #d2dfed;
        }
        .hint {
            font-size: 0.85rem;
            color: #000;
            background: #f0f6fe00;
            padding: 6px 14px;
            border-radius: 0px;
            display: inline-block;
        }
        .manual-section {
            margin-top: 12px;
            padding: 12px 16px;
            background: #f8f9fa;
            border-radius: 0px;
            border: 1px dashed #c7daea;
        }
        .manual-section textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #d7e3f0;
            border-radius: 0px;
            font-family: 'Courier New', monospace;
            font-size: 0.85rem;
            resize: vertical;
            min-height: 100px;
        }
        .manual-section .btn-row {
            display: flex;
            gap: 8px;
            margin-top: 8px;
            flex-wrap: wrap;
        }
        @media (max-width: 640px) {
            .container { padding: 18px; }
            .input-row { flex-direction: column; align-items: stretch; }
            .btn { justify-content: center; }
            .result-details .detail-row { flex-direction: column; align-items: flex-start; gap: 4px; }
            .result-details .label { min-width: auto; }
        }
        .loading-spinner {
            display: inline-block;
            width: 34px;
            height: 34px;
            border: 6px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
			background: conic-gradient(
            #FFD700 0% 12.5%,
            #FF8C00 12.5% 25%,
            #FF6347 25% 37.5%,
            #FFA500 37.5% 50%,
            #00CED1 50% 62.5%,
            #32CD32 62.5% 75%,
            #9370DB 75% 87.5%,
            #FF69B4 87.5% 100%
        );
        /*  border-top-color: #FFD700;
            border-right-color: #FF8C00;
            border-bottom-color: #FF6347;
			border-left-color: #FFA500; */
            animation: spin 0.7s ease-in-out infinite;
            box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .test-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 8px;
        }
        .test-btn {
            background: #e8f0fe;
            border: 1px solid #c7daea;
            padding: 4px 12px;
            border-radius: 0px;
            font-size: 0.75rem;
            cursor: pointer;
            color: #1a405c;
            transition: 0.15s;
        }
        .test-btn:hover {
            background: #d0e0f5;
        }
        .toggle-manual {
            background: none;
            border: none;
            color: #2b7be4;
            cursor: pointer;
            font-size: 0.85rem;
            text-decoration: underline;
            padding: 4px 8px;
        }
        .toggle-manual:hover {
            color: #1a5f9e;
        }
        .link-icon {
            margin-left: 4px;
            font-size: 0.8rem;
        }
        .not-found-info {
            color: #6f8aa8;
            font-style: italic;
            padding: 12px;
            text-align: center;
        }
        .search-method {
            font-size: 0.8rem;
            color: #5d7f9e;
            background: #eef5fc;
            padding: 4px 12px;
            border-radius: 0px;
            display: inline-block;
            margin-top: 8px;
        }
        .found-code-highlight {
            background: #e8f5e9;
            padding: 4px 12px;
            border-radius: 0px;
            font-weight: 600;
        }
        .cors-warning {
            background: #fff3cd;
            border: 1px solid #ffc107;
            padding: 10px 16px;
            border-radius: 0px;
            margin-top: 8px;
            font-size: 0.85rem;
            color: #856404;
        }
        .btn, .btn-secondary {
			font-family: Arial !important;
			font-weight: 400;
		}
