:root{--text:#111827;--text-muted:#6b7280;--bg:#fff;--border:#e5e7eb;--accent:#6366f1;--accent-hover:#4f46e5;--success:#16a34a;--danger:#dc2626;--table-head:#f9fafb;--row-hover:#f3f4f6;--shadow:#0000001a 0 4px 6px -1px, #0000000f 0 2px 4px -1px;--font:system-ui, -apple-system, Segoe UI, Roboto, sans-serif;font:14px/1.4 var(--font);color:var(--text);background:var(--bg)}@media (prefers-color-scheme:dark){:root{--text:#f3f4f6;--text-muted:#9ca3af;--bg:#111827;--border:#374151;--table-head:#1f2937;--row-hover:#1f2937}}body{margin:0}.app{box-sizing:border-box;width:calc(100vw - 32px);max-width:none;margin:0 auto;padding:24px 16px}.app-header{margin-bottom:24px}.app-header h1{color:var(--text);margin:0 0 8px;font-size:32px}.app-header p{color:var(--text-muted);margin:0}.table-wrapper{border:1px solid var(--border);width:100%;min-width:760px;box-shadow:var(--shadow);background:var(--bg);border-radius:12px;overflow-x:auto}.country-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:14px}.country-table th:first-child,.country-table td:first-child{width:310px}.country-table th:nth-child(2),.country-table td:nth-child(2),.country-table th:nth-child(3),.country-table td:nth-child(3){width:120px}.country-table th:nth-child(4),.country-table td:nth-child(4){width:160px}.country-table th:nth-child(5),.country-table td:nth-child(5),.country-table th:nth-child(6),.country-table td:nth-child(6),.country-table th:nth-child(7),.country-table td:nth-child(7),.country-table th:nth-child(8),.country-table td:nth-child(8){width:150px}.country-table th{text-align:left;color:var(--text);background:var(--table-head);border-bottom:1px solid var(--border);padding:18px;font-weight:700}.country-table td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:20px 18px}.country-table tr:last-child td{border-bottom:none}.country-table tbody tr:hover{background:var(--row-hover)}.country-info{align-items:center;gap:12px;min-width:280px;display:flex}.country-flag{object-fit:cover;border:1px solid var(--border);background:var(--table-head);border-radius:6px;width:56px;height:36px}.country-name{color:var(--text);font-weight:700}.country-official{max-width:260px;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}progress{appearance:none;width:120px;height:20px}progress::-webkit-progress-bar{background:var(--border);border-radius:999px}progress::-webkit-progress-value{background:var(--success);border-radius:999px}.details-button,.pagination button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 14px;font-weight:600}.details-button:hover,.pagination button:hover:not(:disabled){background:var(--accent-hover)}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:20px;display:flex}.pagination span{color:var(--text-muted)}.pagination button:disabled{opacity:.45;cursor:not-allowed}.dialog-backdrop{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog{background:var(--bg);width:800px;max-width:95%;box-shadow:var(--shadow);border-radius:12px;padding:20px}.dialog-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dialog-header h2{margin:0}.dialog-header button{cursor:pointer;color:var(--text);background:0 0;border:none;font-size:18px}.dialog-body{gap:24px;display:flex}.dialog-left{flex:0 0 260px}.dialog-flag{border:1px solid var(--border);border-radius:8px;width:100%}.dialog-right{flex-direction:column;gap:8px;display:flex}.search-panel{gap:12px;margin-bottom:20px;display:flex}.search-input{box-sizing:border-box;border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);font:inherit;border-radius:10px;outline:none;flex:1;padding:14px 16px}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:var(--text-muted)}.empty-state{border:1px solid var(--border);color:var(--text-muted);text-align:center;background:var(--bg);border-radius:12px;padding:32px}.region-select{border:1px solid var(--border);appearance:none;background-color:var(--bg);min-width:180px;color:var(--text);font:inherit;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='none'%20stroke='%236b7280'%20stroke-width='2'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M6%209l6%206%206-6'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border-radius:10px;outline:none;padding:14px 36px 14px 14px}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable:hover{color:var(--accent)}.action-select{border:1px solid var(--border);appearance:none;background-color:var(--bg);min-width:120px;color:var(--text);font:inherit;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='none'%20stroke='%236b7280'%20stroke-width='2'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M6%209l6%206%206-6'/%3e%3c/svg%3e");background-position:calc(100% - 10px);background-repeat:no-repeat;background-size:14px;border-radius:8px;outline:none;padding:8px 36px 8px 10px}.action-cell{justify-content:flex-start;display:flex}.action-select:focus{border-color:var(--accent)}.table-mode-panel{border:1px solid var(--border);background:var(--table-head);color:var(--text);box-shadow:var(--shadow);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:14px 16px;display:flex}.table-mode-text{color:var(--text);font-size:14px}.table-mode-text b{color:var(--accent);font-weight:600}.table-mode-reset{background:var(--accent);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:8px;padding:8px 14px;font-weight:600}.table-mode-reset:hover{background:var(--accent-hover)}
