/*
Theme Name: GoldTicket Panel
Description: Minimal theme to manage yard disputes and panel workflow.
Author: you
Version: 0.1.0
Text Domain: gtp
*/


/* basic reset + quick layout */
html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;line-height:1.5}
.wrap{max-width:1100px;margin:40px auto;padding:0 16px}
.gtp-table{width:100%;border-collapse:collapse}
.gtp-table th,.gtp-table td{border:1px solid #ddd;padding:8px;text-align:left}
.gtp-form input,.gtp-form textarea,.gtp-form select{width:100%;max-width:680px}