*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#f6f7f9;color:#1a1a1a}main{max-width:720px;margin:0 auto;padding:2rem 1.5rem}h1{font-size:1.5rem}form{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}input,select,textarea{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}table{width:100%;border-collapse:collapse;background:white;margin:1rem 0}td,th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e2e8f0}th{font-size:.85rem;color:#64748b;text-transform:uppercase}button{padding:.5rem 1rem;border:none;border-radius:4px;background:#2563eb;color:white;cursor:pointer;font-size:1rem;width:-moz-fit-content;width:fit-content}button:disabled{background:#94a3b8;cursor:not-allowed}button.secondary{background:#64748b}.error{color:#b91c1c;font-size:.9rem}.ticket-row{display:block;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:.5rem;text-decoration:none;color:inherit;background:white}.ticket-row:hover{border-color:#2563eb}.badge{display:inline-block;font-size:.75rem;padding:.1rem .5rem;border-radius:999px;background:#e2e8f0;margin-left:.5rem}.attachment-row,.topbar{display:flex;justify-content:space-between;align-items:center}.attachment-row{padding:.4rem 0;border-bottom:1px solid #eee}