/* Poka Lumerada – shared site styles (dark) */
body{background:#0b1320;color:#e5e7eb}
a{color:#93c5fd}
.table-wrap{display:flex;justify-content:center;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.poka-card{background:#111827;border:1px solid #1f2937;border-radius:.5rem;margin-bottom:1.2rem;overflow:hidden}
.poka-card-header{background:#0b1220;color:#e5e7eb;font-weight:600;padding:.6rem .9rem;border-bottom:1px solid #1f2937}
.poka-card-header .count{color:inherit}
.poka-table{border-collapse:collapse;width:100%;max-width:720px;table-layout:fixed;background:#111827;color:#e5e7eb}
.poka-table col{width:50%}
.poka-table th,.poka-table td{border:1px solid #1f2937;padding:.6rem .9rem;text-align:center;vertical-align:middle;background:transparent}
.poka-table thead th{background:#0b1220}
.poka-table tbody tr:nth-child(odd){background:#0f172a}
.admin-table{border-collapse:collapse;width:auto;min-width:1500px;background:#111827;color:#e5e7eb;table-layout:auto}
.admin-table th,.admin-table td{border:1px solid #1f2937;padding:.55rem .9rem;white-space:nowrap;background:transparent;vertical-align:middle}
.admin-table thead th{background:#0b1220;text-align:left;cursor:pointer}
.admin-table .form-control,.admin-table .form-select{background:#0b1220!important;color:#e5e7eb!important;border:1px solid #1f2937!important;min-width:20rem}
.admin-table .form-control:focus,.admin-table .form-select:focus{border-color:#3b82f6;box-shadow:none}
